lumen-form-request icon indicating copy to clipboard operation
lumen-form-request copied to clipboard

Laravel Form Request adaptation for Lumen framework

Results 5 lumen-form-request issues
Sort by recently updated
recently updated
newest added

hello how can get only validated data?

hi, thank you for this package this error occured for me ``` Call to a member function parameter() on array ``` get id from route same below: ``` return[ 'name'...

``` "message": "Method validateResolved does not exist.", "file": "/var/www/app/vendor/illuminate/support/Traits/Macroable.php", "line": 96, "trace": [ "0 /var/www/app/vendor/urameshibr/lumen-form-request/src/Providers/FormRequestServiceProvider.php(30): Illuminate\\Http\\Request->__call('validateResolve...', Array)", "1 /var/www/app/vendor/illuminate/container/Container.php(1042): Urameshibr\\Providers\\FormRequestServiceProvider->Urameshibr\\Providers\\{closure}(Object(App\\Http\\Requests\\InvoiceRequest), Object(Laravel\\Lumen\\Application))", "2 /var/www/app/vendor/illuminate/container/Container.php(1006): Illuminate\\Container\\Container->fireCallbackArray(Object(App\\Http\\Requests\\InvoiceRequest), Array)", "3 /var/www/app/vendor/illuminate/container/Container.php(991): Illuminate\\Container\\Container->fireAfterResolvingCallbacks('App\\\\Http\\\\Reques...', Object(App\\Http\\Requests\\InvoiceRequest))", "4...

`Illuminate\Session\SymfonySessionDecorator::__construct(): Argument #1 ($store) must be of type Illuminate\Contracts\Session\Session, Illuminate\Session\SymfonySessionDecorator given, called in /vendor/illuminate/http/Request.php on line 578`