- 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'
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- Areg Ghazaryan
This project is licensed under the MIT License - see the LICENSE.md file for details