Groupe B
Youssef Bahi ([email protected])
Malek Ben Khalifa ([email protected])
Sebastien Klaus ([email protected])
Asley Rakotoarison ([email protected])
Maxime Piscalgia ([email protected])
https://webetu.iutnc.univ-lorraine.fr/www/piscagli5u/Atelier_GroupeB/main.php/home/
- php v7.4.3
- HTML 5
- CSS 3 / SCSS
- Clone this repository from the main branch on your php serveur
- Download the latest stable composer.phar at https://getcomposer.org/download/ in the repository
- Make composer.phar executable
chmod 755 composer.phar
- Install Eloquent
./composer.phar require illuminate/database
- Add this autoload configuration in composer.json file :
"autoload": {
"psr-4": {
"app\\": "./src/app/",
"mf\\": "./src/mf/"
}
}
- Re-generate autoload
./composer.phar dump-autoload
- Import the sql file in conf/ in your database
- Add a conf.ini file in conf/ with your database's settings like
;conf.ini
driver = mysql
host = localhost
database = your_database
username = your_username
password = your_password
charset = utf8
collation = utf8_unicode_ci
prefix =
- Open main.php/home/ on your web browser
Producer login : [email protected]
Manager Login : [email protected]
Password for both: password