jakub-szajna/lint-pack
Laravel package that adds a linter command to the Artisan CLI, helping you run code style and lint checks from the command line during development and CI. Designed to integrate into typical Laravel workflows for quick, repeatable quality checks.
Adopt if:
php artisan migrate:status vs. php artisan migrate-status).Look elsewhere if:
php artisan list) or better alternatives like spatie/laravel-artisan for command management.roave/security-advisories for broader PHP security or custom scripts.nunomaduro/larastan for static analysis.For Executives: "This package offers a low-cost, low-effort way to reduce Artisan CLI errors in our Laravel workflows, saving dev time on debugging. For our legacy projects (pre-2016), it’s a no-code solution to enforce CLI consistency—similar to how ESLint catches JS errors. The trade-off? It’s unmaintained, so we’d need to vet it for our stack, but the MIT license and simplicity make it a safe short-term fix while we plan longer-term DX improvements."
For Engineering: *"Pros:
composer require + custom script.Cons:
php artisan --version).php artisan list --verbose or IDE plugins may replace this.Recommendation: Use as a temporary band-aid for legacy projects or as a proof-of-concept for a custom linter. Pair with a deprecation plan to migrate to modern tools."*
How can I help you explore Laravel packages today?