bolt/configuration-notices-widget
💡 A small tool to point out common pitfalls for Bolt configuration settings
Maintainers
Package info
github.com/bolt/configuration-notices-widget
Type:bolt-extension
pkg:composer/bolt/configuration-notices-widget
Fund package maintenance!
3.0.0
2025-12-01 08:32 UTC
Requires
- php: >=8.2
Requires (Dev)
- bolt/core: ^6.0
- phpstan/phpstan: 2.1.28
- rector/rector: 2.1.7
- symplify/easy-coding-standard: ^13
Suggests
None
Provides
None
Conflicts
None
Replaces
MIT 8a4ba7b0841023a4479b6de545598597ea989a29
- Bolt developers
- Bob den Otter <bob.woop@twokings.nl>
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
