-
Clone the project.
-
Rename .env.example to .env and add your database credentials.
DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7
- Install dependencies
composer install
- Execute migrations.
php bin/console doctrine:migrations:migrate
- Run server (Symfony Local Web Server)
symfony server:start
- Test
php bin/phpunit