Libraries tagged by laravel-repository
krazydanny/laravel-repository
486 Downloads
An abstraction layer for easily implementing industry-standard caching strategies to Eloquent models.
juankno/laravel-repository
79 Downloads
A Laravel package to easily implement the Repository Pattern with automatic binding and generation.
dlx-llc/laravel-repository
2241 Downloads
Repository design pattern implementation for Laravel framework.
bugover/laravel-repository
2038 Downloads
repository abstract layer for eloquent with tagging cache
salmanzafar/laravel-repository-pattern
3054 Downloads
Implement repository pattern with a single command
ollieread/laravel-repositories
9 Downloads
A package that exists to show you that repositories don't have to be over complicated
blok/laravel-repository
6153 Downloads
Opinionated Laravel Repository helper package
zhaohehe/zrepository
529 Downloads
Laravel Repositories
ethical-jobs/laravel-storage
37853 Downloads
Laravel repository storage package
dugajean/repositories
865 Downloads
Laravel Repositories
caffeinated/repository
4627 Downloads
Reusable Laravel repository interface.
yukata-roommate/laravel-repository
32 Downloads
Easy to define repository layer for Laravel
ysm/laravel-repository-pattern
22 Downloads
A Laravel package implementing the Repository Design Pattern with Service Layer
vxsoft/laravel-repository
14 Downloads
Laravel Repository is a powerful Laravel package designed to simplify the interaction with Eloquent models by implementing a repository-based architecture. It separates the data persistence logic from the application's business logic, promoting a clean, maintainable, and testable codebase.
trovee/laravel-repository
14 Downloads
An up to date repository pattern implementation for Laravel