In 2014, our development group at Mass Enthusiasm switched PHP frameworks from CodeIgniter to Laravel for building web applications. CodeIgniter served us (and myself) very faithfully for several years, but it was time to move on to something more modern which also helped enforce… View More
Eloquent
Posts 1 to 2 of 2
Our dev shop has most recently begun building a commerce-capable CMS in Laravel. This project has been a blast to work on and motivates me to work constantly to push the feature set forward quickly. I've laid out the model relationships using Eloquent, of course, and that pattern follows most ecommerce applications in a general sense. I'd… View More