bobdenotter/configuration-notices

💡 一个用于指出 Bolt 5 配置设置常见陷阱的小工具

1.4.1 2023-03-16 11:32 UTC

README

Bolt 配置提示是一个用于指出 Bolt 5 配置设置常见陷阱的小工具。

composer require bobdenotter/configuration-notices

以下部分仅用于 开发 扩展。在您的 Bolt 项目中一般使用扩展时不需要。

运行 PHPStan 和 Easy Codings Standard

首先,确保已安装依赖项

COMPOSER_MEMORY_LIMIT=-1 composer update

然后运行 ECS

vendor/bin/ecs check src