andyblem, would you mind sharing what you found for others that have a similar question? Thanks in advance!
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
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community