[TutsPlus] How It Works: Laravel Eloquent ORM
Laravel’s Eloquent object-relational mapper (ORM) is one of the most-loved features of the framework. Eloquent makes it easy to connect to relational data in a database and work with it using Object-Oriented models in your Laravel app. It is simple to set up, easy to use, and packs a lot of power.
In this Coffee Break Course, we’ll take a look at relationships in Eloquent. You’ll learn how to use relations and how they translate into SQL queries, and I’ll also explain some of the magic that Laravel performs behind the scenes.
If you haven’t used Laravel before, why not check out our full course and learn Laravel 5: Get Started With Laravel 5. If you’ve mastered the fundamentals of Laravel, build on your experience with these courses:
- Build a CMS With Laravel
- Build a REST API With Laravel
- Authentication With Laravel
- How It’s Made: Laravel Router
- How It Works: Laravel Middleware
- Build Your First Laravel Site
- Get Started With Lumen
- Create a REST API With Lumen
Authentication is extremely important, and as a result, authentication is extremely difficult to get right. But Laravel’s built-in authentication system makes it easier to protect the portions of your web application that need protecting.
Created by Matthew Machuga
Last updated 2/2017
Size: 133.03 MB
https://code.tutsplus.com/courses/how-it-works-laravel-eloquent-orm.