✔️ Installation Configuration ⚙️ Create .env file from .env.dist example cp .env.test .env Database 💾 Set your database settings to .env file DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db" Install 💻 composer install Run migration 📄 php bin/console doctrine:migrations:migrate 😃 All done!