- After cloning this repository, go to the root folder, run the following command/s,
composer install composer update
- Laravel manages the frontend tools like vue using NPM. So run
npm install
to get all the required dependencies. - Rename .env.example to .env and provide your database details there.
- It needs a database table to perform Create, Read and Delete operations on it.
- Import the sql file (data.sql) located at
/resources/assets
directory. - Run
php artisan key:generate
You can see the demo of the project here