request-input-bundle icon indicating copy to clipboard operation
request-input-bundle copied to clipboard

RequestInputBundle converts request data into DTO inputs objects with validation.

Results 4 request-input-bundle issues
Sort by recently updated
recently updated
newest added

``` The content-type "multipart/form-data; boundary=--------------------------580848852863824060235695" is not supported. Supported MIME types are "application/json", "application/x-json", "text/xml", "application/xml", "application/x-xml", "application/x-www-form-urlencoded", "multipart/form-data". ``` I get this error when trying to post a file...

On hold

It would be nice if you could create a DTO to retrieve and validate all the query parameters from `$request->query`. ```php #[Route("/test", name: "test", methods: ["GET"])] public function registration( BodyDto...

enhancement

Just a little feature idea, would be nice if this had a make script similar to `make:entity` to create all the getters & setters automatically. Thanks for this awesome package...

enhancement

> The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from...