We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeba67a commit 27a7bd7Copy full SHA for 27a7bd7
composer.json
@@ -65,13 +65,13 @@
65
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
66
],
67
"post-root-package-install": [
68
- "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
69
- "@php artisan storage:link"
+ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
70
71
"post-create-project-cmd": [
72
"@php artisan key:generate --ansi",
73
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
74
- "@php artisan migrate --graceful --ansi"
+ "@php artisan migrate --graceful --ansi",
+ "@php artisan storage:link"
75
76
"dev": [
77
"Composer\\Config::disableProcessTimeout",
0 commit comments