Create .env file from .env.dist example
cp .env.test .env
Set your database settings to .env file
DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
composer install
php bin/console doctrine:migrations:migrate
Symfony 5.4 boilerplate with authentication and roles
PHP