Libraries tagged by repository pattern laravel
aammui/l9-repository
129 Downloads
Repository patterns for Laravel
0x17/laravel-repository
34 Downloads
This is a package that help to implement repository pattern in laravel
bican/repository
171 Downloads
Simple implementation of the repository pattern for Laravel 5
zignout/laravel-repo
14 Downloads
Laravel Repository Pattern
zakaria-elkashef/repository-pattern
27 Downloads
The Laravel Repository Pattern Package implements the repository design pattern within the Laravel framework, offering developers an efficient and organized approach to managing data. With this package, you can effortlessly create interfaces and repository classes that implement those interfaces. These classes are then bound in the RepositoryServiceProvider and registered in the config/app.php file's providers array. Experience streamlined data management and elevate your Laravel application development with ease.
tuananhnva/laravel-repository
15 Downloads
Laravel Repository Pattern
tlikai/laravel-repository
2638 Downloads
Laravel Repository pattern implemention
sostheblack/laravel-repository-pattern
340 Downloads
Laravel 10+ - Repositories to the database layer
shakib53626/laravel-repository-maker
3 Downloads
The shakib53626/laravel-repository-maker package provides a simple and efficient way to implement the Repository Design Pattern in Laravel projects. With a custom Artisan command (make:repository), developers can automatically generate repository classes with pre-defined methods like index, store, update, and delete. This tool is designed to enhance modularity, promote clean architecture, and save development time.
sazl/laravel-repokit
1 Downloads
Repository Pattern implementation for Laravel
reallyli/laravel-repository
431 Downloads
Laravel Repository pattern implemention
rakib29024/laravel-repository-pattern
91 Downloads
This package is developed to reduce code & secure you attributes & methods with repository pattern system
qnv/repository
18 Downloads
make laravel repository pattern
psprokofiev/laravel-repository
352 Downloads
Laravel Repository Pattern
mphamid/service-repository
23 Downloads
Service Repository Design Pattern In Laravel