- Clone this repository
- Run
composer install
- Run
cp .env.example .env
- Run
php artisan key:generate
- Adjust your
APP_ENV
value based on your deployment environment - Run
php artisan migrate
to migrate database schemas - Optimize app with following commands :
php artisan route:cache
php artisan config:cache
composer dumpautoload --optimize