What do you mean by eloquent used in laravel 5?



What do you mean by eloquent used in laravel 5?..

Answer / Rachna

Eloquent is an ORM (Object-Relational Mapping) system provided by Laravel for interacting with databases. It allows you to work with databases using PHP classes instead of writing raw SQL.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

How do I turn off csrf protection?

1 Answers  


What is latest version of laravel?

0 Answers  


What is view routes?

1 Answers  


How to stop mysql on valet?

1 Answers  


What are the three service provider types?

1 Answers  


What is blade template?

1 Answers  


Tell me what are the official packages provided by laravel?

1 Answers  


Why doesn't laravel use semantic versioning?

1 Answers  


What is design pattern in laravel?

1 Answers  


What are bundles, reverse routing and the ioc container?

1 Answers  


How to retrive current environment in laravel?

1 Answers  


How to enable query log in laravel 5?

1 Answers  


Categories