laravel-app-version
by alliali-dev
Incrémente automatiquement la version d'une application Laravel via une commande Artisan.
laravel-queue-doctor
by gwhitdev
Diagnose Laravel queue health and web-tier store reachability: catch worker/connection mismatches, stalled backlogs, and the cache/session Redis outages that 500 every request.
laravel-config-cache-guard
by codegenie-be
Prevent Laravel from using stale config or route cache after deployment changes, with Composer autoload integration and in-app auto repair for shared hosting.
laravel-migrate-fresh-table
by kerroldj
Fresh-migrate a specific table (or a chosen set of tables) in Laravel — like migrate:fresh, but scoped, foreign-key aware, multi-connection and multitenant-friendly.
laravel-ai-monitor
Audit any Composer/Packagist package before you install it: a transparent 0-100 health score (maintenance, community, usage, stability, security), Laravel version compatibility, trustworthy alternatives, and an optional AI verdict — straight from your Artisan console.
laravel-dao-generator
Scaffold Service -> DAO -> RepositoryInterface -> EloquentRepository -> Model architecture for Laravel with a single artisan command.
laravel-checkpoint
Simple Laravel development checkpoints for databases and local filesystem disks.
laravel-entity-tools
Package Laravel pour générer automatiquement des entités et des CRUD via Artisan. Utiliser la commande suivante dans votre terminal : composer require bigtechnologie/laravel-entity-tools:dev-main
laravel-entity-tools-v2
Package Laravel pour générer automatiquement des entités et des CRUD via Artisan. Utiliser la commande suivante dans votre terminal : composer require bigtechnologie/laravel-entity-tools:dev-main
laravel-tackle
by jordandalton
An interactive, terminal-based AI coding assistant for Laravel — a Claude Code native to your Laravel app.
laravel-doctor
by purple-orca
High-signal health checks for Laravel apps. Run php artisan doctor to catch deploy blockers, security drift, and production footguns.
laravel-preflight
by jaydeep
Artisan command that scans your Laravel codebase for breaking changes and compatibility issues before you upgrade to Laravel 9, 10, 11, 12, or 13.
laravel-shipit
by sydgren
Trigger and monitor ShipIt deployments from Artisan — php artisan shipit:deploy.
laravel-sqlite-manager
by asawl
Livewire-powered SQLite database manager for Laravel 13 applications.
laravel-log-pruner
by parvion
A robust Laravel package for atomic log rotation, dynamic database table pruning, queue worker restart, and multi-recipient email reporting.
laravel-ddd-toolkit
by shahmy
Laravel Domain-Driven Design toolkit — Artisan commands for enterprise DDD architecture generation
laravel-shared
by m7md-5ttab
Production-grade Laravel shared hosting deployment toolkit for readiness checks, safe publishing, and rollback workflows.
laravel-alias-manager
by vardanm1993
A professional, project-aware DAM-style alias manager for Laravel, Sail, Composer, Git, frontend, quality, Docker, security, and daily workflows.
laravel-queue-clear-all
by poldixd
Development-only Artisan command to clear all Laravel Horizon queues.
laravel-pg-reset-sequences
by dipesh79
Artisan command to reset PostgreSQL sequences after importing a SQL dump
laravel-artisan-watcher
by plakhin
A Laravel Artisan package to watch for file changes and automatically execute commands
laravel-console-user-tools
by newtovaux
Artisan commands for generating passwords, changing user passwords, listing users, and amending user email addresses in Laravel applications.
laravel-ddd-maker
Artisan command to scaffold Clean Architecture + DDD feature files for Laravel (Action, Request, UseCase, Service, Repository, Output DTO, Response).
laravel-forecast
by fr3on
Preview pending migration impact — row counts, lock estimates, and risk ratings — before you run migrate.
laravel-sanity-check
by dwebserver
Laravel admin dashboard and Artisan command to scan routes, resolve parameters, execute HTTP checks, classify responses, and optionally persist results with JSON/CSV export.
laravel-openapi-generator
by dandoetech
Laravel bridge for DanDoeTech OpenAPI generator: artisan export command and wiring.
laravel-deploy
by diegocopat
Comando Artisan per build, clean e deploy automatico su Laravel con rilevamento branch Git
laravel-make-service
Artisan generator commands for services, DTOs, enums, actions, value objects, and interfaces
laravel-make-action
by ibaiicb
A Laravel package that adds a make:action Artisan command to generate Action classes following the single responsibility principle.
laravel-safe-mode
by allyson
Protege ambientes Laravel contra comandos Artisan destrutivos em produção, com auditoria completa.
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