An open API service indexing awesome lists of open source software.

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

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
```