orm + Symfony5
In .env change
DATABASE_URL="(your connection to database)"
in shell type only:
make runit download vendors, create database and run local server.
Load fixtures:
make fixtures
site: https://127.0.0.1:8000 admin panel: https://127.0.0.1:8000/admin
- Author: Adam Nielski
- CopyRight: Adam Nielski
- MIT License