laravel-nplusone-baseline
by bigenergy
Catch N+1 regressions in CI. Collects lazy-loading violations across your whole test suite, compares them against a committed baseline, and fails the build only on new ones.
laravel-release-guard
by hopheartsceo
Detect database changes that can break the previous Laravel release during rolling and zero-downtime deployments.
laravel-strong-migrations
by nkmryu
Detect potentially dangerous Laravel database migrations before they are deployed.
laravel-env-check
by phpdmitry
Check that an environment file contains the keys required by .env.example without exposing values.
laravel
by schemaguard
A deployment firewall for database schema changes. Blocks destructive Laravel migrations before they reach production.
laravel-route-linter
by sinemacula
A deterministic, opt-in artisan linter for RESTful route conventions in Laravel applications.
laravel-shipit
by sydgren
Trigger and monitor ShipIt deployments from Artisan — php artisan shipit:deploy.
laravel-package-doctor
by satheez
Audit a Laravel project's Composer dependencies for upgrade safety, security, and Laravel compatibility.
laravel-toolkit
by nwrman
Reusable developer infrastructure for Laravel: preflight CI gates, test reporting with retry, deploy notifications, and project scaffolding.
laravel-codeigniter-db
by expressodev
Integration layer allowing use of the Laravel database library in CodeIgniter applications