laravel-resource-builder
by applejack21
A Laravel package that generates action, controller, policy, and request files for the specified model.
laravel-ddd-kit
by harryes
Scaffold a Domain-Driven Design architecture into Laravel applications via artisan commands.
laravel-webshell
by imrandevbd
A secure browser-based terminal, deployment console, and Laravel server management toolkit for environments without SSH.
laravel-ai-translator
AI-powered automatic translation for Laravel — scan Blade views, translate to any language using Ollama, DeepL, Claude, ChatGPT or Gemini, with smart change tracking, lock system, backup/restore, and an embedded dashboard.
laravel-schedule-attributes
by therayox
Define Laravel Artisan command schedules using PHP attributes.
laravel-goat
by meehh
Terminal-first Laravel feature generator — template & boilerplate for full feature slices (Model, Requests, Resources, Service, Repository, Policy, Tests) from a single migration or ERD. Not just CRUD.
laravel-cqrs-modules
by jorgo69
Generateur de modules CQRS pour Laravel (make:module / make:cqrs-command / make:cqrs-query). Outil de dev uniquement, aucun couplage runtime.
laravel-api-resource
by code20
Scaffold a full API layer (Form Request, API Resource, Service, Controller, and optional Policy/DTO/Exception/Pest tests) for Laravel with a single artisan command.
laravel-domain-core
by alex-kassel
High-cohesion Laravel platform foundation unifying Domain Context Registration, Dynamic Multi-Database Migrations, Context-Aware Eloquent Models, Standardized CLI Execution, Overlap Lock Management, Diagnostic Events, and Child Domain Package Scaffolding.
laravel-queue-watch
Automatically restart your Laravel queue worker when application code changes, using pure-PHP polling — no Node.js required.
laravel-tools
by dtgfranca
Automated Laravel version upgrade toolkit with code transformation rules (Rector).
laravel-service-layer
by malsanyang
Convention-based service layer generators and automatic contract-to-service binding for Laravel.
laravel-serve-ngrok
by henryavila
Serve a Laravel app through an ngrok tunnel with APP_URL/ASSET_URL rewriting and session recovery helpers
laravel-db-size
by haseebmirza
Artisan command to show database table sizes, row counts, and index sizes
laravel-make-pattern
by bouda
Generate a full CRUD scaffold (Model, Repository, Service, Controller, Requests, Resource, Policy, Test) from a single Artisan command.
laravel-queue-top
by caminodeldev
A safe terminal dashboard for inspecting Laravel queues, failed jobs, workers and queue health.
laravel
Zero-config webhook tunnel for Laravel — share local endpoints with a public URL via a driver you own (relay, cloudflare, ssh).
laravel-crud-generator
by tufikhasan
Enterprise-grade CRUD generator for Laravel supporting both hybrid (DTO/Action) and simple architecture patterns.
laravel-api-scaffold
by caminodeldev
Generate clean, secure and configurable Laravel APIs from database tables.
laravel-health-check
by javidev
Artisan command that checks DB, cache, queue and storage, and prints a clean console report.
laravel-simplify-crud
by amirulislam
A powerful Laravel CRUD generator — generates Model, Migration, Controller, Request, Routes and Views from a single artisan command.
laravel-arc
by rajska
A dev-only Laravel package that turns artisan make:* commands into an architecture-aware, config-driven generator via a single arc.neon file.
laravel-env-check
by phpdmitry
Check that an environment file contains the keys required by .env.example without exposing values.
laravel-app-version
by alliali-dev
Incrémente automatiquement la version d'une application Laravel via une commande Artisan.
laravel-artisan
Laravel scaffolding toolkit – generate boilerplate code and build artisan-powered CLI tools.
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-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.