Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 860 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 860 Bytes

Computer project

Authors

This project was made Essomba Florian and Lejeune Mathéo

Helper

Zeki OZKARA

Orders and installation required

After cloning the project, perform the following manipulations :

XAMPP

  • Open XAMPP
  • Start apache
  • Start MySQL

Composer

  • Open terminal

Into this terminal,execute the following commands :

  • cd copies
  • composer update

Database

  • Copy .env.exemple into a new file .env

Npm and server

Into a terminal execute the following commands :

  • php artisan key:generate
  • npm install
  • php artisan migrate

Seeder

Fill the tables :

  • php artisan db:seed --class=RolesTableSeeder
  • php artisan db:seed --class=CreateAdminUsers

Run the server

  • php artisan serve

Open a new terminal

In this terminal execute :

  • npm run dev