Laravel Dao Package with built in caching of data objects, validation and model generation
edstevo/laravel-dao is a Laravel package for laravel dao package with built in caching of data objects, validation and model generation.
It currently has 2 GitHub stars and 744 downloads on Packagist (latest version 1.0.19).
Install it with composer require edstevo/laravel-dao.
Discover more Laravel packages by edstevo
or browse all Laravel packages to compare alternatives.
Last updated
This is a Laravel Package to provide a layer that sits over any model access to provide Dao Access with In-built Cache Layer, Broadcast Events, Model Generators and Validation
I have taken inspiration from: http://culttt.com/2013/07/08/creating-flexible-controllers-in-laravel-4-using-repositories https://bosnadev.com/2015/03/07/using-repository-pattern-in-laravel-5/