Follow the steps to install project
- Clone the repo locally
- set write permissions to storage and bootstrap/cache folder
- copy .env.example to .env and update database configurations
- Set app key
php artisan key:generate - Migrate the database
php artisan migrate
Run over server and test out.