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-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.
laravel-string-generator
by kodooy
A Laravel package for generating random strings and collections of unique strings
laravel-sequence
by tenthfeet
A flexible laravel package for generating sequential numbers with various patterns and reset policies.
laravel-tools
by nematov
Laravel package for generating and syncing repositories, controllers, interfaces and routes with customizable paths
laravel-crud-generator
by ashique-ar
A powerful, configuration-driven CRUD API generator for Laravel with advanced features including permissions, filtering, sorting, bulk operations, and custom logic handlers.
laravel-spectrum
by wadakatu
Zero-annotation OpenAPI/Swagger documentation generator for Laravel - automatic API docs from your existing code
laravel-service-maker
by lowel
A package for Laravel 9+ that helps generate layered services according to the Interface-Service-Factory pattern using laravel's built-in DI.
laravel-invoice-generator
by eslam-abass
A Laravel package for generating customizable PDF invoices.
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-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-api-crud-generator
by yassin-ahmed
A comprehensive CRUD generator for Laravel API development
laravel-crud-builder
by mamunhoque
Advanced Laravel CRUD Builder - Automatically generate complete CRUD operations with intelligent migration parsing and code generation
laravel-schema
Laravel package to generate migrations from a schema.db definition file.
laravel-backup-service
by ahmedweb
A simple Laravel package to make backup services easier to implement using traits.
laravel-all-in-one-command
by azizizaidi
A Laravel package to generate all necessary files for a feature with a single command.
laravel-action-service-trait
by waheed4399
A simple Laravel package to create actions, traits and services using artisan commands
laravel-api-crud
A complete Laravel API CRUD generator with model, controller, service, requests and resources scaffolding
laravel-types-generator
by codemystify
Simplified TypeScript types generator for Laravel applications with developer-defined structure system
laravel-flutter-generator
by bashar-shaeb
A Laravel package that bridges Laravel backend with Flutter frontend by generating complete Flutter features (models, services, UI components) from Laravel models and routes
laravel-smart-scaffold
Generate complete Laravel CRUD operations with a single command, including models, controllers with actual code having error handling, migrations, requests, factories, resources, and routes - ready for immediate API testing in Postman