driftingly/rector-laravel
Rector upgrades rules for Laravel Framework
2.5.0
18M downloads/mo
#585 most downloaded on Packagist
driftingly/rector-laravel
What this package is like to depend on
Last release 2 months ago
02 Jun 2026
Release timing varies
gaps range from 8 days to 2 months
Rarely documented
notes for 10 of 84 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
84 releases · first in 2021
17 releases in the last 12 months
see the full history below
Release timeline
84 releases · Mar 2021 to Jun 2026Releases
latest 60 of 84-
2.5.002 Jun 2026Release notes
Open source →What's Changed
- Use default PHPUnit suite in downgraded release workflow by @GeniJaho in #479
- fix: use associative array for RenameClassRector in livewire-40 by @rtraselbd in #480
- fix: lint by @calebdw in #482
- Fix
ValidationRuleArrayStringValueToArrayRectorprocessing closures inside rules() method by @SanderMuller in #475 - Allow webmozart/assert ^2 in the build artifact by @billypoke in #481
- Feat: use single queueable trait in jobs by @chinmaypurav in #462
- Laravel 13 Model Attributes by @peterfox in #477
- Add Rector rules for Laravel 13 Queue Job attributes by @peterfox in #483
- Fixes an error in PHPStan with UnifyModelDatesWithCastsRector.php by @peterfox in #490
- Fix made for Table attribute being generated with the wrong arg name by @peterfox in #489
- Add Laravel 13 support to Level Set List by @achyutkneupane in #485
- chore(deps): bump ramsey/composer-install from 3 to 4 by @dependabot[bot] in #486
- chore: rename CSRF middleware to PreventRequestForgery for Laravel 13 by @MrPunyapal in #484
- Bump to Rector ^2.4.1 and replace deprecated file to getFile() on rector rule by @samsonasik in #492
- feat: Add Laravel 13 set without attribute migrations by @Muetze42 in #494
- Fix Scope detection false positives by @nikspyratos in #499
- Linting by @peterfox in #503
- Feat: new date rule by @MrPunyapal in #502
- chore: Add Structarmed for QA with bring fixed PSR4 class names usage by @samsonasik in #500
- Bump structarmed to ^0.5 by @samsonasik in #504
- Bump structarmed to ^0.6 by @samsonasik in #505
- Feat: missing eloquent attribute rectors by @MrPunyapal in #506
- Feat: missing queue attribute rectors by @MrPunyapal in #507
- Feat: missing api resource attribute rectors by @MrPunyapal in #508
- Feat: missing console attribute rectors by @MrPunyapal in #509
- Feat: missing form request attribute rectors by @MrPunyapal in #510
- Chore: Group rules by category in Laravel Attribute set config by @MrPunyapal in #511
- Bump to PHPStan ^2.2 and Fix phpstan notice on it by @samsonasik in #513
- Update boundwize/structarmed version to ^0.9 by @samsonasik in #512
- Fix: guard single-arg where() against array arguments in WhereNullComparisonToWhereNullRector by @Plytas in #515
- fix: rules should only return non-null if the node is changed by @calebdw in #518
- Skip superglobal assignments in Request, Env and Server rectors by @shaffe-fr in #516
New Contributors
- @rtraselbd made their first contribution in #480
- @SanderMuller made their first contribution in #475
- @billypoke made their first contribution in #481
- @chinmaypurav made their first contribution in #462
- @achyutkneupane made their first contribution in #485
- @dependabot[bot] made their first contribution in #486
- @Muetze42 made their first contribution in #494
- @nikspyratos made their first contribution in #499
- @Plytas made their first contribution in #515
- @shaffe-fr made their first contribution in #516
Full Changelog: 2.1.10...2.5.0
-
2.4.022 May 2026Release notes
Open source →What's Changed
- feat: Add Laravel 13 set without attribute migrations by @Muetze42 in #494
- Fix Scope detection false positives by @nikspyratos in #499
- Linting by @peterfox in #503
- Feat: new date rule by @MrPunyapal in #502
- chore: Add Structarmed for QA with bring fixed PSR4 class names usage by @samsonasik in #500
- Bump structarmed to ^0.5 by @samsonasik in #504
- Bump structarmed to ^0.6 by @samsonasik in #505
- Feat: missing eloquent attribute rectors by @MrPunyapal in #506
- Feat: missing queue attribute rectors by @MrPunyapal in #507
- Feat: missing api resource attribute rectors by @MrPunyapal in #508
- Feat: missing console attribute rectors by @MrPunyapal in #509
- Feat: missing form request attribute rectors by @MrPunyapal in #510
New Contributors
- @Muetze42 made their first contribution in #494
- @nikspyratos made their first contribution in #499
Full Changelog: 2.3.0...2.4.0
-
2.3.008 Apr 2026Release notes
Open source →What's Changed
- Use default PHPUnit suite in downgraded release workflow by @GeniJaho in #479
- fix: use associative array for RenameClassRector in livewire-40 by @rtraselbd in #480
- fix: lint by @calebdw in #482
- Fix
ValidationRuleArrayStringValueToArrayRectorprocessing closures inside rules() method by @SanderMuller in #475 - Allow webmozart/assert ^2 in the build artifact by @billypoke in #481
- Feat: use single queueable trait in jobs by @chinmaypurav in #462
- Laravel 13 Model Attributes by @peterfox in #477
- Add Rector rules for Laravel 13 Queue Job attributes by @peterfox in #483
- Fixes an error in PHPStan with UnifyModelDatesWithCastsRector.php by @peterfox in #490
- Fix made for Table attribute being generated with the wrong arg name by @peterfox in #489
- Add Laravel 13 support to Level Set List by @achyutkneupane in #485
- chore(deps): bump ramsey/composer-install from 3 to 4 by @dependabot[bot] in #486
- chore: rename CSRF middleware to PreventRequestForgery for Laravel 13 by @MrPunyapal in #484
- Bump to Rector ^2.4.1 and replace deprecated file to getFile() on rector rule by @samsonasik in #492
New Contributors
- @rtraselbd made their first contribution in #480
- @SanderMuller made their first contribution in #475
- @billypoke made their first contribution in #481
- @chinmaypurav made their first contribution in #462
- @achyutkneupane made their first contribution in #485
- @dependabot[bot] made their first contribution in #486
Full Changelog: 2.1.10...2.3.0
-
2.2.019 Mar 2026Release notes
Open source →What's Changed
- Use default PHPUnit suite in downgraded release workflow by @GeniJaho in #479
- fix: use associative array for RenameClassRector in livewire-40 by @rtraselbd in #480
- fix: lint by @calebdw in #482
- Fix
ValidationRuleArrayStringValueToArrayRectorprocessing closures inside rules() method by @SanderMuller in #475 - Allow webmozart/assert ^2 in the build artifact by @billypoke in #481
- Feat: use single queueable trait in jobs by @chinmaypurav in #462
- Laravel 13 Model Attributes by @peterfox in #477
- Add Rector rules for Laravel 13 Queue Job attributes by @peterfox in #483
New Contributors
- @rtraselbd made their first contribution in #480
- @SanderMuller made their first contribution in #475
- @billypoke made their first contribution in #481
- @chinmaypurav made their first contribution in #462
Full Changelog: 2.1.10...2.2.0
-
2.1.1206 Mar 2026Release notes
Open source →What's Changed
- Use default PHPUnit suite in downgraded release workflow by @GeniJaho in #479
- fix: use associative array for RenameClassRector in livewire-40 by @rtraselbd in #480
New Contributors
- @rtraselbd made their first contribution in #480
Full Changelog: 2.1.10...2.1.12
-
2.1.1105 Mar 2026 -
2.1.1003 Mar 2026Release notes
Open source →New Rules & Features 🚀
- New rule: update volt component import by @MrYamous in #463
- RequestGetToRequestInputRector rule by @peterfox in #472
Bugfixes 🐛
- fix: skip abstract methods by @calebdw in #456
- Fix deprecated use of Expr\ArrayItem over Node\ArrayItem by @samsonasik in #471
Extras ⚙️
- deps: allow webmozart/assert 2.0 by @calebdw in #455
- [2.x] Update action versions by @jackbayliss in #458
- chore: move sets around and condense by @calebdw in #464
- [alternative] Use NodeVisitor for init attribute flag over global Node traverse by @samsonasik in #444
- chore: add rector config to composer extras by @calebdw in #465
- Add dependabot.yml by @jackbayliss in #469
- Add calebw to the readme by @peterfox in #476
New Contributors
- @jackbayliss made their first contribution in #458
Full Changelog: 2.1.9...2.1.10
-
2.1.925 Dec 2025Release notes
Open source →What's Changed
- Bump to rector ^2.3.0 and migrate FileWithoutNamespace to FileNode by @samsonasik in #452
Full Changelog: 2.1.8...2.1.9
-
2.1.817 Dec 2025Release notes
Open source →What's Changed
- Stricter checks for converting startOfDay() to today() by @philo23 in #449
- [Feature] Where comparison to null refactored whereNull rule by @peterfox in #450
New Contributors
Full Changelog: 2.1.7...2.1.8
-
2.1.710 Dec 2025Release notes
Open source →What's Changed
- Additional Analysers for Models/Query Builder by @peterfox in #438
- Move beforeTraverse() to global Node since beforeTraverse() not overrideable by @samsonasik in #443
Full Changelog: 2.1.6...2.1.7
-
2.1.604 Dec 2025Nothing published for this version
-
2.1.502 Dec 2025Nothing published for this version
-
2.1.430 Nov 2025Nothing published for this version
-
2.1.304 Nov 2025Nothing published for this version
-
2.1.231 Oct 2025Nothing published for this version
-
2.1.123 Oct 2025Nothing published for this version
-
2.1.012 Oct 2025Nothing published for this version
-
2.0.719 Aug 2025Nothing published for this version
-
2.0.608 Aug 2025Nothing published for this version
-
2.0.514 May 2025Nothing published for this version
-
2.0.413 Apr 2025Nothing published for this version
-
2.0.305 Apr 2025Nothing published for this version
-
2.0.217 Jan 2025Nothing published for this version
-
2.0.103 Jan 2025Nothing published for this version
-
2.0.012 Dec 2024Nothing published for this version
-
1.2.605 Dec 2024Nothing published for this version
-
1.2.504 Nov 2024Nothing published for this version
-
1.2.412 Sep 2024Nothing published for this version
-
1.2.309 Sep 2024Nothing published for this version
-
1.2.202 Sep 2024Nothing published for this version
-
1.2.130 Jul 2024Nothing published for this version
-
1.2.003 May 2024Nothing published for this version
-
1.1.103 May 2024Nothing published for this version
-
1.1.027 Mar 2024Nothing published for this version
-
1.0.007 Feb 2024Nothing published for this version
-
0.41.005 Feb 2024Nothing published for this version
-
0.40.027 Jan 2024Nothing published for this version
-
0.30.011 Jan 2024Nothing published for this version
-
0.29.004 Jan 2024Nothing published for this version
-
0.28.104 Jan 2024Nothing published for this version
-
0.28.004 Jan 2024Nothing published for this version
-
0.27.003 Jan 2024Nothing published for this version
-
0.26.211 Oct 2023Nothing published for this version
-
0.26.130 Sep 2023Nothing published for this version
-
0.26.022 Sep 2023Nothing published for this version
-
0.25.018 Sep 2023Nothing published for this version
-
0.24.124 Aug 2023Nothing published for this version
-
0.24.020 Aug 2023Nothing published for this version
-
0.23.018 Aug 2023Nothing published for this version
-
0.22.110 Aug 2023Nothing published for this version
-
0.22.004 Aug 2023Nothing published for this version
-
0.21.023 Jun 2023Nothing published for this version
-
0.20.017 May 2023Nothing published for this version
-
0.19.027 Apr 2023Nothing published for this version
-
0.18.026 Apr 2023Nothing published for this version
-
0.17.017 Mar 2023Nothing published for this version
-
0.16.127 Feb 2023Nothing published for this version
-
0.16.027 Feb 2023Nothing published for this version
-
0.15.007 Feb 2023Nothing published for this version
-
0.14.206 Jan 2023Nothing published for this version