Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 486 Bytes

File metadata and controls

18 lines (12 loc) · 486 Bytes

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