Demo todo application built in Symfony 4.
- Install the composer dependencies
composer install
- Create a
.env.local
file with your database settings (DATABASE_URL) - Run the migrations:
php bin/console doctrine:migrations:migrate
- Loading fixtures (optional):
php bin/console hautelook:fixtures:load
- To run the tests:
bin/phpunit