Download the PHP package winter/wn-debugbar-plugin without Composer
On this page you can find all versions of the php package winter/wn-debugbar-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download winter/wn-debugbar-plugin
More information about winter/wn-debugbar-plugin
Files in winter/wn-debugbar-plugin
Package wn-debugbar-plugin
Short Description DebugBar integration for Winter CMS.
License MIT
Homepage https://github.com/wintercms/wn-debugbar-plugin
Informations about the package wn-debugbar-plugin
Winter.DebugBar Plugin
Easily see what's going on under the hood of your Winter CMS applications. Integrates Laravel DebugBar / PHP DebugBar into Winter CMS.
Installation
To install with Composer, run the following command from your project folder:
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.
All versions of wn-debugbar-plugin with dependencies
composer/installers Version ~1.0
barryvdh/laravel-debugbar Version ^3.10.3