1 minute read

Packaging system

07 Strong ORM

Laravel relies heavily on the Eloquent ORM. It uses an objectoriented approach to improve the development process. By not having to write simple SQL queries for the program, the developer can save a lot of time. It also supports SQL, MySQL, SQLite, and Postgres databases.

Advertisement

This article is from: