Category Archives: Laravel

Adding conditions to relationships in Laravel

Currently playing with the Laravel php framework. It’s been said by many already, it’s a really cool framework. Well designed and documented. Coming from a CodeIgniter background, it’s easy to jump in and refreshing to get all the new cool features. The Eloquent ORM has a nice minimalist approach to writing database abstraction. If you’re coming from Propel or Doctrine it’s crazy how little you actually need to get Eloquent going. Eloquent supports relationships between…

Read More