Top "Symfony-3.2" questions

This is the Symfony 3.2.x specific tag.

Symfony 3.2 A circular reference has been detected (configured limit: 1)

I have this two entities in my project class PoliceGroupe { /** * @var int * * @ORM\Column(name="id", type="integer") * @ORM\Id * @…

symfony serialization symfony-3.2
Symfony Request get all url Parameters

I have a Symfony\Component\HttpFoundation\Request object and from it I want to fetch all the url paramethers that …

php symfony symfony-3.2
Symfony 3 API REST - Try Catch Exceptions to JSON response format

I create the api rest server with Symfony and these bundles FosRestBundle, jms/serializer-bundle, lexik/jwt-authentication-bundle. How can I send …

json symfony exception fosrestbundle symfony-3.2