laravel-repository-pattern
by darwinnatha
An elegant and flexible Repository Architecture package for Eloquent models in Laravel.
laravel-base-repository
by robertgdev
A lightweight base repository for Laravel Eloquent models with full CRUD and query support, no Criteria overhead.
laravel-zero-git
Detect the current repository from the git remote: parse SSH/HTTPS remote URLs into host/owner/repo and build a stable slug, used by CLIs that auto-detect their workspace/repo.
laravel-architect
by layman
Laravel package for generating controllers, requests, models, and repositories from configuration.
laravel-dao-generator
Scaffold Service -> DAO -> RepositoryInterface -> EloquentRepository -> Model architecture for Laravel with a single artisan command.
laravel-anvil
by zuqongtech
Full Laravel project scaffolding via live database introspection — models, controllers, form requests, services, repositories, gates, API routes, factories, seeders, migrations, events, observers, policies, and feature tests generated from your connected database.
laravel-base
Laravel module generator: one command scaffolds Model, Migration, Enum, Filter+Pagination, Interface, Repository, Service, Form Requests, API Resource, Policy, Controller (Swagger/OA), and Tests.
laravel-repository
by hmdev1
Repository for Laravel (inspired by and indebted to Bosnadev/Repositories)
laravel-domain-repositories
by stemizer
Convention-driven repository binding for domain-oriented Laravel architectures.
laravel-sculptor
by atldays
This package provides a convenient interface for building complex database queries using Eloquent ORM in Laravel.
laravel-repository
by jooservices
PHP 8.5+ Laravel repository package for trait-based CRUD, filtering, ordering, and request-driven query composition
laravel-domain-toolkit
by reizucodes
Laravel toolkit for layered architecture with repositories, services, DTOs, and domain scaffolding.
laravel-satis
A Laravel package for managing private Composer repositories with Satis
laravel-repo-facade-builder
by jaikumar0101
Laravel package for creating repositories, facades, enums, and other OOP containers using artisan commands
laravel-pattern-generator
Generate Repository-Service-Controller patterns in Laravel
laravel-solid-structure
by amptech
Generador de arquitectura SOLID para Laravel (Repository Pattern, Services, DTOs)
laravel-repository-service
by nauxa-labs
A flexible Repository and Service pattern implementation for Laravel applications
repository-for-laravel
by risetechapps
Repository pattern para Laravel com cache transparente, soft deletes, views materializadas (PostgreSQL), eventos e métricas de query.
laravel-scaffolder
by efati
Laravel Scaffolder - A powerful package for scaffolding complete feature stacks with Repository, Service, DTO, Policy, Tests, and more.
laravel-repository-generator
by jeishanul
A Laravel package to generate Repository pattern classes and auto-bind them.
laravel-repository-generator
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.
laravel-repository
A Laravel package that provides a reusable and extendable repository pattern implementation.
architecture-generator
Laravel Architecture Generator - A powerful tool to generate project structure based on popular architecture patterns
laravel-tools
by nematov
Laravel package for generating and syncing repositories, controllers, interfaces and routes with customizable paths
laravel-service-repository-pattern
Service-Repository pattern for your Laravel applications
laravel-api-generator
by uzinfo
Laravel API generator package for creating models, migrations, controllers, services, repositories, resources and requests with advanced field definitions
laravel-scaffold
by joesu
A powerful Laravel package that provides a complete implementation of Repository and Service patterns for rapid API development.
laravel-super-artisan
by rahasistiyak
A powerful Laravel scaffolding package — generate Models, Controllers, Repositories, APIs, Filament resources, Policies, Actions, and more with a single command. Includes a complete Workflow runner for Artisan command sequences.
laravel-make-repository
by rakib-587
Laravel Artisan command to generate repositories with optional model binding.
laravel-repository-pattern
by ysm
A Laravel package implementing the Repository Design Pattern with Service Layer