mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 10:16:49 +00:00
Update composer file for Heroku.
This commit is contained in:
@@ -97,6 +97,9 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"pre-install-cmd": [
|
||||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
||||
],
|
||||
"post-root-package-install": [
|
||||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
||||
],
|
||||
@@ -116,6 +119,9 @@
|
||||
"post-install-cmd": [
|
||||
"php artisan optimize",
|
||||
"php artisan firefly:instructions install"
|
||||
],
|
||||
"compile": [
|
||||
"@php artisan key:generate --force"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
|
Reference in New Issue
Block a user