Update composer.json with Dokku specific stuff
This commit is contained in:
@@ -17,10 +17,21 @@
|
|||||||
"app/tests/TestCase.php"
|
"app/tests/TestCase.php"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"extra": {
|
||||||
|
"heroku": {
|
||||||
|
"framework": "silex",
|
||||||
|
"document-root": "public",
|
||||||
|
"index-document": "index.php",
|
||||||
|
"log-files": [
|
||||||
|
"app/storage/logs/laravel.log"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"php artisan clear-compiled",
|
"php artisan optimize",
|
||||||
"php artisan optimize"
|
"chmod -R 777 app/storage public",
|
||||||
|
"php artisan migrate"
|
||||||
],
|
],
|
||||||
"post-update-cmd": [
|
"post-update-cmd": [
|
||||||
"php artisan clear-compiled",
|
"php artisan clear-compiled",
|
||||||
@@ -31,7 +42,10 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"preferred-install": "dist"
|
"preferred-install": "dist",
|
||||||
|
"github-oauth": {
|
||||||
|
"github.com": "db2faf367fe4c3c1e659b3ba967ecd55c42f9119"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"minimum-stability": "stable"
|
"minimum-stability": "stable"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user