We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f0d84 commit df42a2eCopy full SHA for df42a2e
composer.json
@@ -69,7 +69,8 @@
69
"@php artisan key:generate --ansi",
70
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
71
"@php artisan migrate --graceful --ansi",
72
- "@php artisan db:seed"
+ "@php artisan db:seed",
73
+ "@php artisan livewire:publish --assets"
74
],
75
"post-autoload-dump": [
76
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
0 commit comments