https://github.com/bolt/configuration-notices
Bolt Configuration Notices extension
https://github.com/bolt/configuration-notices
bolt extension php
Last synced: about 2 months ago
JSON representation
Bolt Configuration Notices extension
- Host: GitHub
- URL: https://github.com/bolt/configuration-notices
- Owner: bolt
- License: mit
- Created: 2016-12-05T18:11:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T07:42:59.000Z (over 7 years ago)
- Last Synced: 2025-04-15T02:04:38.112Z (2 months ago)
- Topics: bolt, extension, php
- Language: PHP
- Homepage:
- Size: 42 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Configuration Notices for Bolt
==============================Friendly helpers for your Bolt installation. This extension comes bundled with
the packaged distribution version of Bolt (commonly known as "The `tar` or `zip`
version"). This extension provides helpful tips to prevent common pitfalls, in a
range of different situations.To install this extension in your custom bootstrapped version of Bolt, run the
following in the root folder with your main `composer.json`:```
composer require bolt/configuration-notices
```
You can influence a few of the checks through the configuration. How meta!
```yaml
debug_local_domains: [ '.localhost' ]configuration_notices:
log_threshold: 1000
```- `local_domains` can be set to contain (parts of) domain names, and is used
in the check to determine if the current installation is considered to be
"local" or "production".
- `log_threshold` is used to determine what is considered 'a lot of rows' in
the checks for the Change log and System log, to give a suggestion to trim
the database tables.