bolt / configuration-notices
Helper library to provide some helpful functionality to people, mostly by warning the user for common pitfalls and oversights in the basic configuration.
Installs: 21 839
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 3
Open Issues: 3
Type:project
Requires
- bolt/bolt: ^3.3
- bolt/collection: ^1.1
README
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!
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.