laravel-zero-cli
Scaffold a new Laravel Zero CLI project with the whole release pipeline already wired: PHAR build, self-update, git-cliff changelog, CI and the shared laravel-zero-* conventions. Designed to be driven non-interactively (by an AI agent or a script) via arguments and flags.
laravel-zero-package-scaffold
Shared file templates (LICENSE, CI workflows, phpstan/phpunit, README) and namespace-casing resolution for package generator CLIs.
laravel-package-cli
Scaffold new open-source Laravel packages with git already configured, built with Laravel Zero. Designed to be driven non-interactively (by an AI agent or a script) via arguments and flags.
laravel-goat
by meehh
Terminal-first Laravel feature generator — template & boilerplate for full feature slices (Model, Requests, Resources, Service, Repository, Policy, Tests) from a single migration or ERD. Not just CRUD.
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-template-structure
by cachewraith
Installer-style Laravel package that scaffolds a clean, scalable, OOAD-based, OWASP-hardened architecture — layered services, repositories and policies behind a versioned JSON API, a server-rendered Blade UI, or both — into any Laravel 10, 11, 12 or 13 application.
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-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-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.
microcodegen-laravel
by archiet
PRD text -> Laravel 11 app -> ZIP. Pure PHP stdlib. <1400 LOC. Zero LLM calls.
laravel-api-starter
by kindharika
Production-ready Laravel API starter: service layer, UUID models, datatable macro, CRUD scaffold with OpenAPI/Swagger.
laravel-ddd-maker
Artisan command to scaffold Clean Architecture + DDD feature files for Laravel (Action, Request, UseCase, Service, Repository, Output DTO, Response).
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-fast-crud
by dev-toolbelt
Laravel package for rapid CRUD API scaffolding with filtering, sorting, pagination and CSV export
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
laravel-package-skeleton
by gergo-tar
A PHP package to scaffold Laravel package projects with best practices and code quality tools.
laravel-scaffolder
by efati
Laravel package for generating complete feature stacks with repositories, services, DTOs, actions, policies, API resources, tests, and OpenAPI documentation.
laravel-domain-driven-design-lite
Domain‑Driven Design (DDD)‑lite scaffolding for Laravel. This package generates a lightweight, opinionated module structure under Modules/[Module] and provides Artisan commands to scaffold common artifacts (Actions, Queries, DTOs, Repositories, Models, Controllers, Requests, Mappers, Migrations, Factories, and Tests).
laravel-service-scaffold
by erdikoroglu
Laravel için otomatik Model, Repository, Service scaffold komutu.
laravel-api-scaffold
by iamgerwin
A Laravel package to scaffold Service layer architecture with API resources, controllers, and tests
laravel-factory-scaffold
Automatically generate factories and seeders for Laravel models
laravel-api-forge
by goez
A powerful command-line tool for scaffolding Laravel API projects with modern development practices and essential packages pre-configured.
laravel-scaffold
by joesu
A powerful Laravel package that provides a complete implementation of Repository and Service patterns for rapid API development.
laravel-module-generator
by nirajkhadka
A Laravel package that generates complete CRUD modules with controllers, services, actions, DTOs, form requests, models, and migrations using artisan commands.
laravel-all-in-one-command
by azizizaidi
A Laravel package to generate all necessary files for a feature with a single command.
laravel-api-generator
by arnoldkouya
Laravel API Generator: Rapid scaffolding for CRUD, Auth, and route generation
laravel-module-generator
by jmrashed
A Laravel package to generate and manage modular components effortlessly.
laravel-flutter-getx
by anandpilania
Laravel package that easily scaffold Flutter project as Laravel structure & GetX
laravel-artisan-vue
by axitbv
Laravel Artisan Command for scaffolding a Vue.js feature application with a Vuex store