Skip to content

dmarsal90/symfony-auth-with-roles-boilerplate

Repository files navigation

✔️ 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!