You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
The Validation example just uses Request as class to inherit. However laravel by default creates a FormRequest instead. What I need is a request to validate my json, but I currently do not know which one is the right one. Maybe you could add some more hints to this example?
The text was updated successfully, but these errors were encountered:
NicoHood
changed the title
Validtion FormRequest
Validation FormRequest
May 25, 2022
Hi!
The Validation example just uses
Request
as class to inherit. However laravel by default creates aFormRequest
instead. What I need is a request to validate my json, but I currently do not know which one is the right one. Maybe you could add some more hints to this example?The text was updated successfully, but these errors were encountered: