Emanuel Bitkov
Emanuel Bitkov
To be fair - there has been a lot of changes in Symfony UX and Stimulus since the start of the discussion. - Stimulus has a own dedicated packages with...
That's probably a question for yourself and how you want to structure your code. You probably could create a function under the `view` folder - for example `globals`, and create...
[As discussed here](https://github.com/schmittjoh/serializer/pull/1471#issuecomment-1966297731), just requiring `doctrine/annotations` via Composer seems to do the trick for now (tested it in my project). Maybe adding the requirement into the composer.json for now should...
How is your server configured? All requests have to be redirected on `public/index.php`. Vagrant should do this automatically, but if you manually installed the files onto your server than a...