Skip to content

Commit df42a2e

Browse files
authored
Update composer.json
Updating deps
1 parent 25f0d84 commit df42a2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
"@php artisan key:generate --ansi",
7070
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
7171
"@php artisan migrate --graceful --ansi",
72-
"@php artisan db:seed"
72+
"@php artisan db:seed",
73+
"@php artisan livewire:publish --assets"
7374
],
7475
"post-autoload-dump": [
7576
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",

0 commit comments

Comments
 (0)