Eloquent is a powerful database ORM that is part of the popular Laravel framework, but it can be used outside of the framework as well. Eloquent abstracts SQL enabling you to build powerful data drive applications without having to learn the ins and outs of the SQL language.

Get up to speed with the installation, configuration and use of Eloquent ORM at this meetup, even if you don't have previous experience with Laravel or ORMs in general. In addition to simple CRUD commands, we will also learn about table relationships and how to execute queries against multiple tables by setting up one-to-one, one-to-many and many-to-many relationships.

Comments

Comments are closed.