0👍
I think StorePostRequest
class cause the block of user authorization.
Try add following lines at StorePostRequest
to pass the authorization check.
public function authorize()
{
return true; //Default false;
}
Source:stackexchange.com