edstevo / laravel-dao
Laravel Dao Package with built in caching of data objects, validation and model generation
Installs: 744
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:laravel-package
Requires
- laravel/framework: 5.6.*
README
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/