Someone had problems with serializer and enum types, so I created this repository to demonstrate that it works as expected.
- Close this repository
- Run
composer install
- Run
symfony serve
- Open
http://localhost:8080/
in your browser and confirm that you get{}
response - Open
http://localhost:8080/_profiler/
in your browser and click that latest request - Confirm that
dump
part ondebug
tab
MIT