Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobdenotter/configuration-notices
💡 A small tool to point out common pitfalls for Bolt 4 configuration settings
https://github.com/bobdenotter/configuration-notices
Last synced: 2 months ago
JSON representation
💡 A small tool to point out common pitfalls for Bolt 4 configuration settings
- Host: GitHub
- URL: https://github.com/bobdenotter/configuration-notices
- Owner: bobdenotter
- License: mit
- Created: 2020-05-19T18:22:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T11:33:02.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T06:09:47.254Z (3 months ago)
- Language: PHP
- Size: 223 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
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.```bash
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:
```bash
COMPOSER_MEMORY_LIMIT=-1 composer update
```And then run ECS:
```bash
vendor/bin/ecs check src
```