laravel-api-docs
by cofa
Zero-config, structure-agnostic API documentation generator for Laravel. Scans every route, infers headers, body, query and URL parameters plus expected responses, and renders them as beautiful Blade documentation inside your own project.
laravel-api-resource
by code20
Scaffold a full API layer (Form Request, API Resource, Service, Controller, and optional Policy/DTO/Exception/Pest tests) for Laravel with a single artisan command.
laravel-blueprint-studio
by imrandevbd
Visual Laravel Blueprint Studio — create models, migrations, controllers, and views with a premium visual UI powered by Tailwind CSS & Alpine.js.
laravel-filament-master
by imrandevbd
Turn any Eloquent model into a fully working Filament CRUD with visual migration, controller, and route control tools.
laravel-openapi-sdk-generator
Generate Laravel-native API clients (Http facade, Collections, readonly DTOs) from OpenAPI specs
laravel-service-layer
by malsanyang
Convention-based service layer generators and automatic contract-to-service binding for Laravel.
laravel-modular
Modular architecture scaffolding for Laravel: self-contained feature modules with repositories, services, tag-based caching, and Artisan generators.
laravel-make-pattern
by bouda
Generate a full CRUD scaffold (Model, Repository, Service, Controller, Requests, Resource, Policy, Test) from a single Artisan command.
laravel-crud-generator
by tufikhasan
Enterprise-grade CRUD generator for Laravel supporting both hybrid (DTO/Action) and simple architecture patterns.
laravel-api-scaffold
by caminodeldev
Generate clean, secure and configurable Laravel APIs from database tables.
laravel-simplify-crud
by amirulislam
A powerful Laravel CRUD generator — generates Model, Migration, Controller, Request, Routes and Views from a single artisan command.
laravel-arc
by rajska
A dev-only Laravel package that turns artisan make:* commands into an architecture-aware, config-driven generator via a single arc.neon file.
laravel-id-generator
by devaspid
Concurrency-safe document and identifier number generation for Laravel.
laravel-generator
Generate Laravel models, migrations, and seeders from existing database tables
laravel-artisan
Laravel scaffolding toolkit – generate boilerplate code and build artisan-powered CLI tools.
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-modules-kit
by devapps
Laravel module generator and runtime loader for API, Blade, or hybrid modules.
microcodegen-laravel
by archiet
PRD text -> Laravel 11 app -> ZIP. Pure PHP stdlib. <1400 LOC. Zero LLM calls.
laravel-ddd-toolkit
by shahmy
Laravel Domain-Driven Design toolkit — Artisan commands for enterprise DDD architecture generation
laravel-types-gen
by jdiassdev
Generate TypeScript types from Laravel FormRequests and API Resources.
laravel-smart-postman-generator
by samody
A smart Laravel-to-Postman collection generator focused on clean structure, smart naming, request body generation, and documentation-ready API exports.
laravel-csrm
by seangly
One command to scaffold a full Controller-Service-Repository-Model design pattern in Laravel
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
Laravel scaffolding package with a browser UI and Artisan command — generates Model, Controller, Migration, Service Pattern (interface + implementation), and Repository Pattern (interface + implementation) with correct namespaces.
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