We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6534e3 commit 95d0bb5Copy full SHA for 95d0bb5
composer.json
@@ -92,7 +92,8 @@
92
"post-create-project-cmd": [
93
"@php artisan key:generate --ansi",
94
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
95
- "@php artisan migrate --graceful --ansi"
+ "@php artisan migrate --graceful --ansi",
96
+ "@php artisan wayfinder:generate --ansi"
97
],
98
"pre-package-uninstall": [
99
"Illuminate\\Foundation\\ComposerScripts::prePackageUninstall"
0 commit comments