0 votes
in Laravel by
What is Eloquent?

1 Answer

0 votes
by

Eloquent is an ORM used in Laravel. It provides simple active record implementation working with the database. Each database table has its Model, which used to interact with the table.

...