Support the ongoing development of Laravel.io →
Views Forms Validation
Last updated 1 year ago.
0

thanx guys I finally found how to do it

0

andyblem, would you mind sharing what you found for others that have a similar question? Thanks in advance!

0

Yes! Share it please.

0

Okay . Thank you I think that is being greedy of me. You just create your form the same old way. The way I do it is I post to a controller and the controller will process the form. The difference with laravel 5 is it has a Request feature. So before your controller starts processing your form the specified request validates and authorizes your data. If your data passes the validation and authorization the controller function which will process your form will be called. So your need to set your validation and authorization logic in the specific class.Basically that is how it is done. Here are some links to help explain what I have just said

Link 1

Link 2

Last updated 9 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

andyblem andyblem Joined 7 Nov 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.