Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 911 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 911 Bytes

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"