bolt/configuration-notices
最新稳定版本:1.0.9
Composer 安装命令:
composer create-project 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.
README 文档
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_domainscan 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_thresholdis 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.
统计信息
- 总下载量: 23.23k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-12-30
