Like the video? If you like you can help me keeping doing them by making a donation here.

On the previous lesson we used Laravel Query Builder to insert our Contact Form data into the database. Now it's time to use Eloquent, an amazing active pattern ORM that will allow you to use classes to map information into your tables. Eloquent makes it easy to manage your database operations and in this tutorial we will give the first step in that direction!