We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1046141 commit fb4b931Copy full SHA for fb4b931
1 file changed
composer.json
@@ -69,7 +69,8 @@
69
"post-create-project-cmd": [
70
"@php artisan key:generate --ansi",
71
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
72
- "@php artisan migrate --graceful --ansi"
+ "@php artisan migrate --graceful --ansi",
73
+ "@php artisan native:install"
74
],
75
"pre-package-uninstall": [
76
"Illuminate\\Foundation\\ComposerScripts::prePackageUninstall"
0 commit comments