- PHP 8.2.0
- Composer
- WAMPServer
- xdebug
- Create a Virtual Host
- Configurate the ".env" file so that it corresponds to your environnement
- Install dependencies :
composer install - Create the database :
php bin/console doctrine:database:create - Create a migration :
php bin/console make:migration - Update the database structure :
php bin/console doctrine:migrations:migrate - Upload the DataFixtures :
php bin/console doctrine:fixtures:load
- You can find 2 users (1 Admin & 1 Standard) in the
credentials.txtfile provided - Access the project :
{your-virtual-host}/login