https://github.com/bolt/configuration-notices-widget
💡 A small tool to point out common pitfalls for Bolt configuration settings
https://github.com/bolt/configuration-notices-widget
Last synced: 6 months ago
JSON representation
💡 A small tool to point out common pitfalls for Bolt configuration settings
- Host: GitHub
- URL: https://github.com/bolt/configuration-notices-widget
- Owner: bolt
- License: mit
- Created: 2025-09-26T19:16:18.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-18T23:22:59.000Z (7 months ago)
- Last Synced: 2025-12-21T22:59:21.032Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 205 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📰 Bolt Configuration Notices Widget
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](https://github.com/bobdenotter/configuration-notices) and updated to be used with newer versions of [bolt/core](https://github.com/bolt/core).
```bash
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:
```bash
COMPOSER_MEMORY_LIMIT=-1 composer update
```
And then run ECS:
```bash
vendor/bin/ecs check src
```