bobdenotter/configuration-notices

💡 A small tool to point out common pitfalls for Bolt 5 configuration settings

Maintainers

Package info

github.com/bobdenotter/configuration-notices

Type:bolt-extension

pkg:composer/bobdenotter/configuration-notices

Statistics

Installs: 174 673

Dependents: 0

Suggesters: 0

Stars: 9

Open Issues: 4

1.4.1 2023-03-16 11:32 UTC

README

Bolt Configuration Notices is a small tool to point out common pitfalls for Bolt 5 configuration settings.

composer require bobdenotter/configuration-notices

The part below is only for developing the extension. Not required for general usage of the extension in your Bolt Project

Running PHPStan and Easy Codings Standard

First, make sure dependencies are installed:

COMPOSER_MEMORY_LIMIT=-1 composer update

And then run ECS:

vendor/bin/ecs check src