PHP 8.1
Composer 2.2.12
npm 9.5.1
Symfony 6.3
symfony cli (optional)
mysql 5.7.36
In the repository you want to start your projec/app clone the git repository.
git clone https://github.com/Sbleut/bilemo.git
In the .env file, change the line corresponding to the corresponding Database, in this case the mysql line.
DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7
In Terminal launch following commands
symfony console doctrine:database:create
It will specify if DB has bean created
symfony console doctrine:migrations:migrate
symfony console doctrine:fixtures:load