Libraries tagged by laravel-repository
juankno/laravel-repository
185 Downloads
A Laravel package to easily implement the Repository Pattern with automatic binding and generation.
dlx-llc/laravel-repository
2497 Downloads
Repository design pattern implementation for Laravel framework.
bugover/laravel-repository
2456 Downloads
repository abstract layer for eloquent with tagging cache
salmanzafar/laravel-repository-pattern
3096 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
6365 Downloads
Opinionated Laravel Repository helper package
zhaohehe/zrepository
530 Downloads
Laravel Repositories
joynala/maker
2152 Downloads
This is a laravel repository generator.
dugajean/repositories
865 Downloads
Laravel Repositories
yukata-roommate/laravel-repository
59 Downloads
Easy to define repository layer for Laravel
ysm/laravel-repository-pattern
24 Downloads
A Laravel package implementing the Repository Design Pattern with Service Layer
vxsoft/laravel-repository
16 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.
um-flint/laravel-repository
1998 Downloads
A repository pattern for Laravel.
trovee/laravel-repository
15 Downloads
An up to date repository pattern implementation for Laravel
theozebua/laravel-repository
563 Downloads
Just a simple artisan command to create your repository pattern files.