For easier development process, the use of the Symfony CLI is recommended and all commands are presented as such.
git clonethis repositorycd code-in-the-darksymfony composer install
This application is made to work with SQLite. Please change the DATABASE_URL value in .env file to match yours.
symfony console doctrine:database:createsymfony console doctrine:migrations:migratesymfony console doctrine:fixtures:load
If using the Symfony CLI, you can start the dev server with symfony serve -d.
You can visualize the full result of the exercise on the branch result.
To reset the exercise between sessions, run git reset --hard HEAD.
DO NOT COMMIT YOUR WORK