Skip to content

Commit fb4b931

Browse files
committed
Run native:install on creation
1 parent 1046141 commit fb4b931

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
"post-create-project-cmd": [
7070
"@php artisan key:generate --ansi",
7171
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
72-
"@php artisan migrate --graceful --ansi"
72+
"@php artisan migrate --graceful --ansi",
73+
"@php artisan native:install"
7374
],
7475
"pre-package-uninstall": [
7576
"Illuminate\\Foundation\\ComposerScripts::prePackageUninstall"

0 commit comments

Comments
 (0)