Laravel setup
Create a Laravel application
In the Application section click the Create application button
Choose the virtual machine where you want it deployed
Select Laravel from the Framework tab
Provide a meaninful name
Click Create Application
Create a custom deployment
Add a custom repository in your organization or connect your git account
Type in the name of the repository
Select the repository type: Public or Private
Set the repository address in the remote url field
Create a new deployment
Deploy Path on server/s - take the path from the Overview section of the application you just installed
Application user - the ftp username in the Overview section of the application you just installed
Select the deployment servers
Configure the application secrets
Deployment config file sample
.env.example
Deployment config file
.env
Deployment config file format
bash
Generate APP_KEY
php artisan key:generate --show
Add deploy steps
Last updated
Was this helpful?