Explanation: Laravel provides 20 built-in libraries. Discuss this Question 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. ...