Yesterday I published Part 1 of a comparison between Laravel and AdonisJs. Today is a continuation of that article. ORM Models Laravel uses the Eloquent ORM which, when I first started using it, felt like magic. I was used to propel which required you to carefully specify each database table, field, field type and relationship. […]