bolt/configuration-notices-widget

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

Installs: 180

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Type:bolt-extension

2.0.0 2025-09-26 20:31 UTC

README

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

This repository was forked from bobdenotter/configuration-notices and updated to be used with newer versions of bolt/core.

composer require bolt/configuration-notices-widget

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