Replies: 1 comment
|
You can create multiple
for specific use, eg: Your root return static function (RectorConfig $rectorConfig): void {
$rectorConfig->import(__DIR__ . '/../../root/prj/rector.php');
$rectorConfig->importNames(false);while on original |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a rector setup for upgrading to laravel9 and php8.1, and it works good.
My question is, how to set up the config so that it imports the classes everywhere, but not in config/app.php?
All reactions