Merge pull request #4512 from tnylea/3.x
Updating post-create-project-cmd in composer.json
This commit is contained in:
@@ -58,7 +58,10 @@
|
||||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
||||
],
|
||||
"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",
|
||||
"@php artisan vendor:publish --tag=cachet"
|
||||
],
|
||||
"dev": [
|
||||
"Composer\\Config::disableProcessTimeout",
|
||||
|
||||
Reference in New Issue
Block a user