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
Enhanced Artisan tools for Laravel to streamline file generation and workflows
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
laravel-api-generator
by arnoldkouya
Laravel API Generator: Rapid scaffolding for CRUD, Auth, and route generation
laravel-permission-maker
by curly-deni
Laravel package to easily generate migration files for CRUD and single permissions based on spatie/laravel-permission.
laravel-repository-pattern
by ysm
A Laravel package implementing the Repository Design Pattern with Service Layer
custom-view-laravel
A powerful and flexible Laravel package that extends the default view generation capabilities with customizable templates, layouts, and file management features
laravel-module-generator
by jmrashed
A Laravel package to generate and manage modular components effortlessly.
laravel-permission-generator
by saeidsharafi
Generate Permission Enums and sync with spatie/laravel-permission based on a config file.