- Copy
.env.example
file and rename it to.env
, also insert the database credentials there. - Run
php artisan key:generate
to generate a key for the app. - (Optional) Run
php artisan migrate && php artisan db:seed
to seed tables with dummy data
You can login with any of these seeded user emails using password as 'password'
- tco@llc.com
- alexa@garcia.com
- john@doe.com
- dean@winchester.com
- chris@cornell.com
- haley@williams.com
- todd@howard.com
- Areg Ghazaryan
This project is licensed under the MIT License - see the LICENSE.md file for details