تماشای ویدئو Part 12 Inserting Data and Validating How to Build a Blog with Laravel 5 Series از آی-ویدئو

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
19 تیر 1396
آی-ویدئو