This project was made Essomba Florian and Lejeune Mathéo
Zeki OZKARA
After cloning the project, perform the following manipulations :
- Open XAMPP
- Start apache
- Start MySQL
- Open terminal
Into this terminal,execute the following commands :
cd copiescomposer update
- Copy .env.exemple into a new file .env
Into a terminal execute the following commands :
php artisan key:generatenpm installphp artisan migrate
Fill the tables :
php artisan db:seed --class=RolesTableSeederphp artisan db:seed --class=CreateAdminUsers
php artisan serve
In this terminal execute :
npm run dev