laravel-ddd-maker
Artisan command to scaffold Clean Architecture + DDD feature files for Laravel (Action, Request, UseCase, Service, Repository, Output DTO, Response).
laravel-inertia-crud
by nagibmahfuj
Config-driven CRUD scaffolding for Laravel + Inertia.js (React/TypeScript) with interactive generator, built-in search, filters, sorting, export, import, and role-based permissions.
laravel-api-docs
by rbr
A self-analyzing tool that scans a Laravel project's routes, controllers, and FormRequests to generate browsable API documentation.
laravel-schema-attributes
by liar88828
PHP 8 attribute-driven schema compiler for Laravel. One schema class drives migrations, models, factories, controllers, and tests — no duplication.
laravel-make-service
Artisan generator commands for services, DTOs, enums, actions, value objects, and interfaces
laravel-postman-exporter
by hopheartsceo
Automatically generate Postman v2.1 collections from your Laravel application routes, controllers, and FormRequest validations.
laravel-resource-scaffold
by renas
Scaffold Laravel resources for Inertia (Vue/React) or Blade (migration, model, controller, pages/views).
laravel-structure-kit
by mehedi250
A powerful UI + CLI scaffolding tool for Laravel — instantly generate Models, Controllers, Migrations, and Service & Repository pattern boilerplate with customizable file paths.
laravel-make-full
by campelo
Generate complete CRUD structure: Model, Controller, Service, Repository, Resource, Requests, Policy, Migration, Factory, Seeder - all from a single command
laravel-auto-crud-react
by affonso
Laravel Auto CRUD with Inertia React support - helps you streamline development and save time.
laravel-model-actions
by hosnyadeeb
A Laravel package for generating action classes for models with CRUD operations
laravel-username-generator
by levizwannah
Laravel Username Generator is a package that allows the versatile generation of user names, has a simple integration with Laravel.
laravel-api-vue-forge
Laravel API and Vue.js Code Generator - Database-first approach
laravel-ddd
by toniel
Domain-Driven Design (DDD) scaffolding for Laravel with support for Laravel Actions and Spatie Data
laravel-blade-scaffold
by amptech
Generador automático de vistas CRUD Blade para Laravel con componentes reutilizables y detección inteligente de tipos de campo
vueform-laravel
by bijoy4067
VueForm Laravel is a server-side form builder package for Laravel that allows developers to create and manage forms using Vue 3 components.
laravel-pattern-generator
Generate Repository-Service-Controller patterns in Laravel
laravel-openapi-generator
by danialzash
Automatically generate OpenAPI 3.1 specifications from Laravel routes, requests, and responses
laravel-postman-generator
by nutandc
Laravel Postman & OpenAPI Generator — auto-create Postman collections and OpenAPI 3.0 docs from Laravel routes with smart grouping, examples, and environment files.
laravel-auto-crud
by mosweed
Complete CRUD scaffolding generator for Laravel 12 with API, Blade views, Livewire components, automatic routing, custom layouts, and more
laravel-bruno-generator
Generate Bruno API collections from Laravel routes with automatic request body inference and environment support
laravel-scaffolder
by efati
Laravel Scaffolder - A powerful package for scaffolding complete feature stacks with Repository, Service, DTO, Policy, Tests, and more.
imgenerate-laravel-faker
by naim886
A Laravel package to generate fake images using imgenerate.com API for testing and development with full customization support
laravel-repository-generator
by jeishanul
A Laravel package to generate Repository pattern classes and auto-bind them.
laravel-api-module
by rpvirtual
Generador de módulos API para Laravel (CRUD, servicios, providers, migraciones y más).
laravel-db-craft
by robinncode
Generate Laravel migrations and seeders from existing database connections
laravel-crud-templates
by jcsoriano
Laravel CRUD Templates - Generate complete CRUD operations with a single command
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-entity-tools
Package Laravel pour générer automatiquement des entités et des CRUD via Artisan. Utiliser la commande suivante dans votre terminal : composer require bigtechnologie/laravel-entity-tools:dev-main
laravel-entity-tools-v2
Package Laravel pour générer automatiquement des entités et des CRUD via Artisan. Utiliser la commande suivante dans votre terminal : composer require bigtechnologie/laravel-entity-tools:dev-main
laravel-module-maker
by phpsamurai
A Laravel package for generating modular HMVC structures with artisan commands
laravel-schema-generator
Generate TypeScript Zod validation schemas from Laravel validation rules
laravel-entity-generator
by win-aung
A Laravel package to generate CRUD entities with controllers, models, services, requests, resources, and migrations using service design pattern
architecture-generator
Laravel Architecture Generator - A powerful tool to generate project structure based on popular architecture patterns
laravel-tdd-generator
Automatically generate comprehensive TDD files for Laravel modules including models, controllers, migrations, and routes
laravel-auth-scaffold
by triquang
Scaffold API & Web authentication for any Eloquent model with multi-auth support — monolith or modular Laravel.