Laravel 5 - Repositories to abstract the database layer
A system for auto-decorating models with presenters
Decorate your objects using presenters. Primarily to keep presentation logic out of your models.
Implementation for Laravel of the presenter design pattern.
Laravel 5 View Presenters