tightenco/tlint
A linter and auto-formatter for Laravel and Tailwind projects. Tlint enforces Tighten-style conventions with configurable rules, catches common issues, and can automatically fix code style problems for consistent, clean PHP and Blade code.
Architecture fit is strong as tlint is a standalone CLI-based static analysis tool designed specifically for Laravel conventions without requiring deep integration into application code. It operates as a separate dev dependency that analyzes code structure via PHPParser, making it compatible with any Laravel project structure. The package leverages Laravel-specific AST traversal for rules like anonymous migrations and facade usage, ensuring framework-aware checks without runtime overhead. Integration feasibility is high due to Composer-based installation, simple CLI execution, and CI/CD pipeline
How can I help you explore Laravel packages today?