Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a8c2d87c0b |
@@ -66,9 +66,7 @@
|
|||||||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
||||||
],
|
],
|
||||||
"post-create-project-cmd": [
|
"post-create-project-cmd": [
|
||||||
"@php artisan key:generate --ansi",
|
"@php artisan key:generate --ansi"
|
||||||
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
|
|
||||||
"@php artisan migrate --graceful --ansi"
|
|
||||||
],
|
],
|
||||||
"pre-package-uninstall": [
|
"pre-package-uninstall": [
|
||||||
"Illuminate\\Foundation\\ComposerScripts::prePackageUninstall"
|
"Illuminate\\Foundation\\ComposerScripts::prePackageUninstall"
|
||||||
|
|||||||
Reference in New Issue
Block a user