contao/rector

Contao 的 Rector 配置

1.2.0 2024-04-04 10:28 UTC

This package is auto-updated.

Last update: 2024-09-18 10:53:06 UTC


README

本包包括 RectorContao 的配置。

安装

通过 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 许可证授权。

获取支持

访问 支持页面 了解可用的支持选项。