Match scheduling application
- Download or Clone the Reposetory.
- Do not update composer.
- Set up DB Config in .env file
- Create tables via migaration, run command : php artisan migration
- Find MySQL file, run the script. (It's also has create table script)
- Now run the command php artisan serve
- Open browser enter url http://localhost:8000
** Note -> Deafult laravel View path has changed, to change goto config/view.php
Change image for production uses.