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}