winter/wn-debugbar-plugin
最新稳定版本:v4.0.6
Composer 安装命令:
composer require winter/wn-debugbar-plugin
包简介
DebugBar integration for Winter CMS.
关键字:
README 文档
README
Easily see what's going on under the hood of your Winter CMS applications. Integrates Laravel DebugBar / PHP DebugBar into Winter CMS.
Installation
This plugin is available for installation via Composer.
composer require --dev winter/wn-debugbar-plugin
After installing the plugin you will need to run the migrations and (if you are using a public folder) republish your public directory.
php artisan migrate
Usage
Set debug to true in config/app.php and the debugbar should appear on your site to all authenticated backend users with the winter.debugbar.access_debugbar permission.
If you would like to make the debug bar accessible to all users, regardless of authentication and permissions, set allow_public_access to true in the configuration file.
See barryvdh/laravel-debugbar for more usage instructions and documentation.
Configuration
All configuration for the plugin is found in the plugins/winter/debugbar directory. To override any of these settings, create an override file called config/winter/debugbar/config.php in your local system.
To include exceptions in the response header of AJAX calls, set debugAjax to true in config/app.php.
Events are not captured by default since it can slow down the front-end when many events are fired, you may enable it with the collectors.events setting.
统计信息
- 总下载量: 22.64k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-21