bobdenotter / configuration-notices
💡 A small tool to point out common pitfalls for Bolt 5 configuration settings
Installs: 151 918
Dependents: 2
Suggesters: 0
Security: 0
Stars: 9
Watchers: 2
Forks: 4
Open Issues: 4
Type:bolt-extension
Requires
- php: >=7.2.9
Requires (Dev)
- bolt/core: ^5.2
- symplify/easy-coding-standard: ^8.3
- dev-master
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-enhancement/warning-explanation
- dev-add-inferred-slug-check
- dev-feature/check-invalid-field-name
- dev-bobdenotter-patch-1
- dev-Make-Fields-added-by-extensions-detectable
- dev-feature/early-checks
This package is auto-updated.
Last update: 2024-10-16 15:00:14 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