This project show how resolve image urls automatically for entities with image files or entities with media collection (media have image file).
- PHP >= 7.2.5
- Mysql 5.7
- create your
.env.local
file and editDATABASE_URL
to match your dev env - run migrations :
symfony console doctrine:migrations:migrate
- run local server :
symfony server:start
- open :
https://127.0.0.1:8000/
- have fun on
/api