laravel-upgrades-rector
Automated Laravel version upgrade rules for Rector. Supports Laravel 10 through 13 with 64 rules covering breaking changes, dependency updates, and contract migrations.
laravel-legacy-cleaner
by codemonkey76
Detect and manager unused/legacy code in Laravel applications
laravel-make-service
by lambertns
Adds `php artisan make:service` command to generate service classes with optional automatic controller injection using PHP 8+ property promotion.
laravel-factory-refactor
by wadakatu
Refactor the style of factory call from helper to static method for Laravel 8.x.