Download the PHP package rector/rector-laravel without Composer
On this page you can find all versions of the php package rector/rector-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rector/rector-laravel
More information about rector/rector-laravel
Files in rector/rector-laravel
Package rector-laravel
Short Description Rector upgrades rules for Laravel Framework
License MIT
Informations about the package rector-laravel
Rector Rules for Laravel
See available Laravel rules
Install
This package is a Rector extension developed by the Laravel community.
Rules for additional first party packages are included as well e.g. Cashier and Livewire.
Install as a dev dependency:
Automate Laravel Upgrades
To add a set to your config, use RectorLaravel\Set\LaravelLevelSetList
and pick the constant that matches your target version.
Sets for higher versions include sets for lower versions.
The sets in RectorLaravel\Set\LaravelSetList
only contain changes related to a specific version upgrade.
For example, the rules in LaravelSetList::LARAVEL_110
apply when upgrading from Laravel 10 to Laravel 11.
Additional Sets
To improve different aspects of your code, use the sets in RectorLaravel\Set\LaravelSetList
.
Creating New Rules
You can create a new rule using the composer script:
This will generate a new rule class in src/Rector/
along with the corresponding test files.
Command Options
--configurable
or-c
: Create a configurable rule that implementsConfigurableRectorInterface
Directory Structure
You can specify a subdirectory structure by including slashes in the rule name:
This will create a rule in the src/Rector/If_/
directory with the namespace RectorLaravel\Rector\If_
.
Remember to always add --
before the arguments when using the composer script. This separator tells Composer that the following arguments should be passed to the script rather than being interpreted as Composer arguments.
Contributors
Thank you everyone who works so hard on improving this package:
A special thank you to Caneco for designing the logo!
Hire The Rector Team
Rector is a tool that we develop and share for free, so anyone can automate their refactoring. But not everyone has dozens of hours to understand complexity of abstract-syntax-tree in their own time. That's why we provide commercial support - to save your time.
Would you like to apply Rector on your code base but don't have time for the struggle with your project? Hire the Rector team to get there faster.
Learn Rector Faster
Not everyone has time to understand Rector and AST complexity. You can speed up the process by reading the book The Power of Automated Refactoring. Not only will it help you learn and understand Rector but it supports the project as well.