Libraries tagged by Laravel Design Pattern
win-aung/laravel-entity-generator
2 Downloads
A Laravel package to generate CRUD entities with controllers, models, services, requests, resources, and migrations using service design pattern
waad/generate-design-pattern
11 Downloads
package to generate repository design pattern dev
techrays-labs/laravel-service-repository-generator
1630 Downloads
A powerful and flexible Laravel package that simplifies the implementation of the Service-Repository design pattern. Generate Service and Repository classes with ease, customize their namespace and path, and streamline your application's architecture.
securecrypto/laravel-encryption
1 Downloads
Professional Laravel package for secure encryption with Strategy Pattern, SOLID principles, and modern PHP 8.2+ features
reizucodes/laravel-domain-toolkit
12 Downloads
Laravel toolkit for layered architecture with repositories, services, DTOs, and domain scaffolding.
newelement/laravel-scaffold-generator
9 Downloads
Commands to create dev design pattern
mr-rijal/laravel-pipeline
18 Downloads
Lightweight workflow and automation pipeline for Laravel
me-arif-dewan/laravel-repository-generator
5 Downloads
Introduces a new Artisan command to generate repository classes with support for: - Multiple interface implementation with automatic method stub generation. - Single class extension with validation. - Model dependency injection via constructor. - Automatic service provider binding registration. - Pipeline pattern for clean, maintainable code structure.
jxckaroo/laravel-service-repository
1 Downloads
Reusable classes which do the usual boring stuff in the service design pattern, so that you can focus building something cool ;)
hirodev/base-design-patterns
87 Downloads
This package used to generate repositories, service, interface in laravel
pavelzanek/laravel-generator
79 Downloads
File generator for faster and more efficient work with the Laravel framework
stefanius/singleton-pattern
67 Downloads
Helper package to implement a Singleton class.
ahmedhakeem/extra
13 Downloads
This package added more feature in development environment
morshadun/repositorypattern
56 Downloads
Laravel Service Repository Design Pattern Scaffolding.
rhman/factorydesignpattern
4 Downloads
This package contains the samples for factory design pattern in Laravel