laravel-clean-generator
by munguia-er
Generates Clean Architecture structure for Laravel — DTOs, Repositories, Services, Controllers with Web & API stacks
laravel-artisan-list-mine
by ascend
Filter laravel artisan commands to show only your application commands
laravel-playwright
by saucebase
Blends Laravel and Playwright into seamless E2E tests — factories, queries, artisan commands, and time travel.
laravel-action-command
A Laravel package to generate Action classes via Artisan
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-repo-facade-builder
by jaikumar0101
Laravel package for creating repositories, facades, enums, and other OOP containers using artisan commands
laravel-model-actions
by hosnyadeeb
A Laravel package for generating action classes for models with CRUD operations
laravel-shared-worker
by hakanispirli
Production-ready Laravel Queue Worker optimized for shared hosting environments - No SSH, No proc_open required
laravel-pint-artisan
by artengin
Run Laravel Pint through Artisan, supporting all paths, flags, and options.
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-auto-crud
by mosweed
Complete CRUD scaffolding generator for Laravel 12 with API, Blade views, Livewire components, automatic routing, custom layouts, and more
notify-laravel
by soloterm
Laravel integration for soloterm/notify - send desktop notifications from Artisan commands.
laravel-repository-generator
by jeishanul
A Laravel package to generate Repository pattern classes and auto-bind them.
laravel-redis-stale-refs-cleaner
by dv0vd
Laravel console command to purge stale Redis cache references
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-ddd-commands
by ldaidone
A lightweight toolkit that adds Domain-Driven Design scaffolding to any Laravel project. Generate domains, use cases, entities, value objects, repositories, and more with expressive artisan commands — keeping your architecture clean and consistent with zero friction.
laravel-service-scaffold
by erdikoroglu
Laravel için otomatik Model, Repository, Service scaffold komutu.
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-make-service
by lambertns
Adds `php artisan make:service` command to generate service classes with optional automatic controller injection using PHP 8+ property promotion.
laravel-tunnelhunt
by tunnelhunt
A Laravel package to expose your local development server via tunnelhunt.ru.
laravel-module-maker
by phpsamurai
A Laravel package for generating modular HMVC structures with artisan commands
laravel-api-scaffold
by iamgerwin
A Laravel package to scaffold Service layer architecture with API resources, controllers, and tests
laravel-plugin-system
by soysaltan
A comprehensive Laravel plugin system with automatic registration of routes, controllers, services, views, and configs
laravel-cache-cleaner
by gabrielstack
Laravel Artisan command for cleaning expired file cache entries - PHP 8.0+ compatible
laravel-project-markdown
by saeedvir
Laravel package to generate comprehensive markdown documentation for project files and database schema with AI-readable output
laravel-artisan-find
Quickly discover and build Laravel artisan commands through guided questioning and intelligent exploration
laravel-one-click-installer
by clevpro
A beautiful and comprehensive one-click installer package for Laravel applications featuring TailwindCSS UI, intelligent installation management, and developer-friendly tools
laravel-obfuscator
by honeycrisp
A comprehensive Laravel package for PHP code obfuscation with backup and restore functionality. Provides unique command structure with enhanced features.
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-turbomaker
by grazulex
Laravel TurboMaker is a productivity-focused package designed to supercharge your Laravel development workflow. With a single command, you can scaffold complete modules (models, migrations, controllers, routes, tests, views, and more) following best practices. It saves hours of repetitive setup work, so you can focus on building features faster.
laravel-devtoolbox
by grazulex
Swiss-army artisan CLI for Laravel — Scan, inspect, debug, and explore every aspect of your Laravel application from the command line.
laravel-sql-to-migration
by rizkussef
A Laravel package to convert raw SQL CREATE TABLE statements into Laravel migrations automatically.
laravel-api-generator
by uzinfo
Laravel API generator package for creating models, migrations, controllers, services, repositories, resources and requests with advanced field definitions
laravel-migration-sorter
Interactive Laravel migration file sorting with drag and drop functionality
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-all-in-one-command
by azizizaidi
A Laravel package to generate all necessary files for a feature with a single command.
laravel-permission-maker
by curly-deni
Laravel package to easily generate migration files for CRUD and single permissions based on spatie/laravel-permission.
laravel-structura
by kaue-f
Laravel-Structura is a tool designed to streamline and standardize the creation of resources in Laravel, promoting a more organized and scalable development structure.
laravel-find-route-handler
by air-petr
An Artisan command to find the handler behind any route in your Laravel application.
laravel-console-spinner
by ianvizarra
(forked of rahul900day/laravel-console-spinner) Laravel Console Spinner is a spinner output for Laravel command line.