Skip to content

Commit 27a7bd7

Browse files
committed
update composer.json to restore storage link command in post-create-project-cmd
1 parent aeba67a commit 27a7bd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@
6565
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
6666
],
6767
"post-root-package-install": [
68-
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
69-
"@php artisan storage:link"
68+
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
7069
],
7170
"post-create-project-cmd": [
7271
"@php artisan key:generate --ansi",
7372
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
74-
"@php artisan migrate --graceful --ansi"
73+
"@php artisan migrate --graceful --ansi",
74+
"@php artisan storage:link"
7575
],
7676
"dev": [
7777
"Composer\\Config::disableProcessTimeout",

0 commit comments

Comments
 (0)