A list of usefull tutorias and tips & tricks about Laravel's Eloquent.
The Eloquent ORM included with Laravel provides a beautiful, simple ActiveRecord implementation for working with your database. Each database table has a corresponding "Model" which is used to interact with that table. Models allow you to query for data in your tables, as well as insert new records into the table.
Tips, Tricks, and Good Practices with Laravel's Eloquent from Chris Gmyr Blog.
Simply the best and concise tutorial about Laravel's Eloquent features.
Eloquent by Example Offered by @codebyjeff
"An online course to Learn the Tools and Functions key to a Professional Workflow and Understanding of the Laravel Eloquent Ecosystem."
Eloquent: Getting Started - from Laravel documentation
Eloquent Relationships from Laracast
A not free six videos serie about Eloquent Relationships
20 Laravel Eloquent Tips and Tricks from Laravel News
Using Laravel’s Eloquent Efficiently
Rudi Theunissen shares on codeburst.io this very interisting articles about how to use Laravel eloquent in a convenient way