contao / rector
Contao 的 Rector 配置
1.2.0
2024-04-04 10:28 UTC
Requires
- php: ^8.1
- rector/rector: ^1.0
Requires (Dev)
README
安装
通过 Composer 将此包添加到您的 Contao 安装中。
composer require contao/rector --dev
使用
在您项目的根目录中创建一个名为 rector.php
的文件。
<?php declare(strict_types=1); use Contao\Rector\Set\SetList; use Rector\Config\RectorConfig; return RectorConfig::configure() ->withSets([SetList::CONTAO]) // Adjust the configuration according to your needs. ;
然后按照以下方式运行脚本
vendor/bin/rector
里面有什么?
该包包含以下自定义 rectors
许可证
Contao 根据 LGPLv3 许可证授权。
获取支持
访问 支持页面 了解可用的支持选项。