laravel-artisan-watcher
by plakhin
A Laravel Artisan package to watch for file changes and automatically execute commands
laravel-cqrs
A clean CQRS (Command Query Responsibility Segregation) pattern implementation for Laravel applications
utilitarian-laravel-toolkit
Laravel implementation of Utilitarian Architecture: CQRS operations (Query, Command, Action), State Machine, and Data mapping utilities
laravel-repo-facade-builder
by jaikumar0101
Laravel package for creating repositories, facades, enums, and other OOP containers using artisan commands
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-redis-stale-refs-cleaner
by dv0vd
Laravel console command to purge stale Redis cache references
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-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
architecture-generator
Laravel Architecture Generator - A powerful tool to generate project structure based on popular architecture patterns
laravel-interactive-make
by mirhamzah
Interactive make commands for making Model and Migration with fields
laravel-schedule-telegram-output
by klytron
Laravel package to send scheduled command outputs through Telegram bots (supports Laravel 10-13)
laravel-migration-sorter
Interactive Laravel migration file sorting with drag and drop functionality
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-repository-pattern
by ysm
A Laravel package implementing the Repository Design Pattern with Service Layer
laravel-key-rotate
by sergkulich
A Laravel package to rotate app key and re-encrypt data stored in eloquent models.
laravel-model-ts-type
by acelords
This package makes it possible to generate TypeScript types based on your models
laravel-horizon-clear-all
by twithers
Adds a command to easily clear all your defined queues at once.
laravel-action-trait-service-repository
by visiarch
A simple Laravel package to create action, trait, service, and repository using artisan commands
laravel-repository
by visiarch
A simple Laravel package to create repository, using artisan commands
laravel-command-banner
by halilcosdu
Laravel Command Banner: Prevents Commands from Running in Defined Environments
laravel-os-echo
by aybarsm
A Laravel & Laravel Zero service provider package for fetching and executing OS commands from the OS-Master server.
laravel-os-master
by aybarsm
A Laravel service provider package that acts as a central hub for managing and dispatching OS commands to multiple OS-Echo clients.
laravel-repository-interface
by medjadji
This package is intended to create a Command to create a repository and an Interface at the same time