Laravel Tutorial Part 5 - CRUD - Retrieving Data with Eloquent

This is my Laravel Tutorial Part 5 - CRUD - Retrieving Data with Eloquent video. In this video we begin working with a Model. I show you how to use Eloquent, which is Laravel’s ORM, to retrieve data from the database. I also show you how to create named routes as well as links using Laravel’s HTML class. We also create a new author page to view individual authors. You can download any related final source code for my video tutorials at my website:
Back to Top