Validating forms using form request of laravel
Created 7 years ago by ankitasomanHi @ryanthompson I am trying to develop a contact form using laravel's blade, and trying to validate it using form request. But i am getting empty results in error bag when I submit form with empty fields which are required. Is there anything like I cant use blade and form request with pyro??
ryanthompson
—
7 years ago
Form requests from Laravel should work normally.
You can easily validate with controller