gnito-org
gnito-org
I use the `Request::hasPreviousSession()` approach simply to prevent sessions from being created by unauthenticated visitors. It works, because there is no cookie created until such time that the user logs...
Hmm... upon further testing: ```twig {% for type, messages in app.flashes %} {% for message in messages %} {{ message }} {% endfor %} {% endfor %} ``` also does...
Flashes are usually specific to the authenticated user, or can contain a mixture of public and private alerts. Should those be http-cached?
Doesn't that decision assume that everyone is going the Single Page App route? Personally I hate anything that breaks the functionality of the browser Back button. Isn't that what happens...
In flash messages I often include a link to more information in a help article. With Turbo frames that link will open in the flash frame, or you need to...
It appears that the recommended bundle directory structure does not work by default: https://github.com/symfony/symfony-docs/issues/15881 Perhaps the extra steps needed to make it work also needs to be documented. Additionally, many...
I have not looked at the new `enum` feature in depth. I could expand this doc section at a later date by adding a separate example that uses the `enum`...
@dunglas I added an `enum` section to the explanation.
I feel this is unnecessarily opinionated. Creating a controller for just a route is a valid solution. Perhaps you could just add a note to say that it is not...
What is your output of the command: `./bin/console debug:container api_platform.cache.metadata.resource_collection`