Whats the result when you post a request? Is it redirecting you back to the form page?
Sep 7, 2019
4
Level 2
FormRequest inside a package?
Hi all,
I'm using a form request inside a package but nothing happen. No error, warning, nothing.. If I switch back to normal Request everything ok.
controller:
// this won't work
public function subscribe(SubscribeNewsletter $request)
{
// this work
public function subscribe(Request $request)
{
any help?
Thank you
Please or to participate in this conversation.