Javascript

Comparing Laravel and AdonisJs – Part 2

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. […]

Javascript

Comparing Laravel and AdonisJs – Part 1

I looked back at my git history today and worked out I’ve been using Laravel since November 2015. At the time it was like a breath of fresh air. For the 4 years leading up to that I’d been responsible for a legacy PHP application written in Symfony 1. Whilst a game changer in it’s […]