Dynèsh Hassanaly
Dynèsh Hassanaly
Hi, do you plan to add support for redis in the future ? I can only see memcache, memcached, apc, xcache, file and memory in README.md Thanks.
As @javiereguiluz [stated](https://github.com/symfony/symfony/pull/32850), this method won't work for 100% of Symfony users. This is my case. I'm testing some protected API routes and the firewall is using a custom authenticator...
Thank you for this awesome composer plugin. Since I'm using it, I'm not able to do a composer update anymore. I'm running the project on PHP 8.1.0 with composer 2.3.5...
Hey, let's say I have the following route : ```php $router->get('/', 'HomepageController@index'); ``` I would like to use the before route middleware to restrict non-logged in users from accessing the...
Hi, Would be cool if you could create a public repository where you store the documention in order to let people contribute to the documentation by translating the content in...
| Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Fix...
"Remember me" is a common functionality in login forms and I noticed that the demo application does not have it. This PR is a small change and any user can...
| Q | A | ------------- | --- | License | MIT | Packagist | [Link](https://packagist.org/packages/artyuum/request-dto-mapper-bundle)
It ain't much but it's honest work
### Description When mapping an entity to a form, no matter if there are some constraints defined inside the `FormType`, the form component will first map the incoming request data...