A base repository of a Laravel app with mysql using nginx on Dokku
|
|
il y a 7 ans | |
|---|---|---|
| app | il y a 7 ans | |
| bootstrap | il y a 7 ans | |
| config | il y a 7 ans | |
| database | il y a 7 ans | |
| public | il y a 7 ans | |
| resources | il y a 7 ans | |
| routes | il y a 7 ans | |
| storage | il y a 7 ans | |
| tests | il y a 7 ans | |
| .buildpacks | il y a 7 ans | |
| .editorconfig | il y a 7 ans | |
| .env.example | il y a 7 ans | |
| .gitattributes | il y a 7 ans | |
| .gitignore | il y a 7 ans | |
| Procfile | il y a 7 ans | |
| README.md | il y a 7 ans | |
| artisan | il y a 7 ans | |
| composer.json | il y a 7 ans | |
| composer.lock | il y a 7 ans | |
| package.json | il y a 7 ans | |
| phpunit.xml | il y a 7 ans | |
| server.php | il y a 7 ans | |
| webpack.mix.js | il y a 7 ans | |
| yarn.lock | il y a 7 ans |
A base repo for a Laravel app with MySql under Nginx on Dokku server.
composer installartisan serveAPP_KEY from .env file.dokku apps:create myappdokku config:set detective APP_KEY={you_key}dokku mysql:create myapp_dbdokku mysql:link myapp_db myappdokku mysql:info myapp_db --dsndokku config:set detective DATABASE_URL={the_url_above}