79332833

Date: 2025-01-06 11:09:53
Score: 1
Natty:
Report link

You have a missing dependency SubscriberRequest about your form request. Just follow below code.

public function subscribe(SubscriberRequest $request) 
{
    // for only validated request data
    dd($request->validated());
    // for all form request data
    dd($request->all());
    // ...
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Md. Abdul Majid