Setup In Your Local Environment
- Clone the project
- copy the .env.example, paste it and rename in .env
- Setup the mysql database
- Run
composer install
- Run
php artisan key:generate
(For generating the application key) - Now Run
php artisan migrate
(Database Migration) - Run
npm install
- Run
npm run dev
- Now start the local server with -
php artisan serve