This video is all about storing our data. This will mark the first time we have actually sent information over to the database to be stored for later use. But don’t worry it’s easy!
When creating our store() action we generally follow these steps
1. Validate the data
2. Store it in database
3. Redirect to either show() or index()
Validation is super easy in Laravel 5. We simply need to use the validate function. Link below to see all of the validation rules available to us.
With Laravel 5.2
آی-ویدئو