Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 810 Bytes

laravel.md

File metadata and controls

32 lines (28 loc) · 810 Bytes
id title sidebar_label slug
laravel
Laravel
Laravel
/laravel

Deploy greatest Laravel apps using DPLYR

Are you ready to deploy your app on DPLYR Machines ?

You need to configure your app to be ready for the deployment process.

Configuring App

App location

You need to set your project files at the main directory like this example

- laravel-app
     - composer.json
     - .env.example
     - app
        - index.php

Configure .env.example

** 1. ** set your .env variables in .env.example

** 2. ** set your .env.example at the main directory like this example

- laravel-app
     - .env.example