What is "laravel-eloquent"
Eloquent is the object-relational mapper (ORM) of Larable.
He is an ORM based on Active Record, where it is possible to create database interaction without mapping attribute by attribute in our models.
By default Eloquent supports the following databases:
Before posting your question, see if you can’t find the answer on official documentation.
For more usage information, see the tag Larable