This project was made for the 2nd year computer science final project at ESI
- Clone the repository
- Change the name of
.env.example
to.env
- Run the command:
composer install
- Run the command:
php artisan key:generate
- Configure the project's necessary parameters on
.env
:- Database connection
- This project uses several services, and they need some parameters to be configured:
- Stripe Keys
- Vonage Keys
- Run the command:
php artisan serv