Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 173 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 173 Bytes

Tracking without cookies

# Setup
# You need a MySQL-Database configured in `.env`

composer install
bin/console doctrine:migrations:migrate

# Run
symfony serve