Skip to content

aptible/template-laravel

Repository files navigation


Laravel on Aptible

This is a barebones Laravel example deployed on Aptible. The app in this repo is deployed at https://app-52756.on-aptible.com/.

Deploy on Aptible

Detailed docs

Configuration

The only thing the user needs to do is create and set APP_KEY environment variable during onboarding flow.

php artisan key:generate --show

If you already created the app and just want to apply an environment variable, you can use our cli tool:

aptible config:set --app "$APP_HANDLE" APP_KEY="xxx"