Libraries tagged by Laravel Design Pattern
g4t/laravel-design-pattern
210 Downloads
g4t laravel design pattern (repository design pattern With some improvements)
longaodai/repository-pattern
7 Downloads
This is library support for project Laravel use repository design pattern
eng_assys/laravel-crud-repository-design-pattern
43 Downloads
An implementation of Repository Pattern to separate CRUD Business Logic using Laravel/Lumen 6.*
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.
seangly/laravel-csrm
5 Downloads
One command to scaffold a full Controller-Service-Repository-Model design pattern in Laravel
saad/laravel-repositories
15 Downloads
This library will applies Repositpry design pattern to Laravel
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.
someline/laravel-repository
10 Downloads
Laravel Repository is a good design pattern.
pp-spaces/laravel-repository
5643 Downloads
Repository Design Pattern implementation for Laravel
orq/laravel-dddbase
15 Downloads
The library for laravel to apply Domain Driven Design Pattern
jcesarbueno/laravel-strategy
3 Downloads
A Laravel package for generating Strategy Design Pattern, along with Factory and Chain of Responsibility support.This package provides an Artisan command to quickly scaffold strategies, keeping your Laravel project well-structured.
heyosseus/laravel-pattern-maker
0 Downloads
A design pattern maker for laravel
cherrypulp/laravel-presenter
46 Downloads
A laravel helper for the presenter design pattern
briofy/repository-laravel
366 Downloads
The Repository Design Pattern Package for Laravel
axn/laravel-repository
10 Downloads
Implementing the design pattern repositories for Laravel 5