Home »
MCQs »
Laravel MCQs
What is the name of the ORM used in Laravel?
11. What is the name of the ORM used in Laravel?
- Artisan
- Composer
- Hibernate
- Eloquent
Answer: D) Eloquent
Explanation:
Eloquent is an object relational mapper (ORM) that comes with the Laravel framework by default.