- After cloning this repository, go to the root folder, run the following command/s,
composer install composer update
- Rename .env.example to .env and provide your database details there.
- Run
php artisan migrate
to create database table. - Run
php artisan key:generate
to set application key.
You can see the demo of the project here