All Projects → rainlab → debugbar-plugin

rainlab / debugbar-plugin

Licence: MIT license
Integrates PHP Debugbar with October CMS

Programming Languages

Less
1899 projects
CSS
56736 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to debugbar-plugin

oc-site-search-plugin
Adds global search capabilities to October CMS.
Stars: ✭ 39 (+8.33%)
Mutual labels:  octobercms
symfony-debug-toolbar-git
Get the latest Git commit information into Symfony debug toolbar
Stars: ✭ 30 (-16.67%)
Mutual labels:  debugbar
oc-speedy-plugin
Website optimization plugin for October CMS
Stars: ✭ 18 (-50%)
Mutual labels:  octobercms
oc-good-news-plugin
📰 News (blogging) plugin for October CMS
Stars: ✭ 23 (-36.11%)
Mutual labels:  octobercms
oc-responsive-images-plugin
Adds reponsive images capabilities to October CMS
Stars: ✭ 37 (+2.78%)
Mutual labels:  octobercms
oc-gdpr-plugin
October CMS plugin to make websites GDPR and ePrivacy compliant
Stars: ✭ 32 (-11.11%)
Mutual labels:  octobercms
oc-backup-plugin
Backup system for October CMS
Stars: ✭ 18 (-50%)
Mutual labels:  octobercms
oc-api-plugin
Tools for building RESTful HTTP + JSON APIs for OctoberCMS.
Stars: ✭ 28 (-22.22%)
Mutual labels:  octobercms
October
Self-hosted CMS platform based on the Laravel PHP Framework.
Stars: ✭ 10,740 (+29733.33%)
Mutual labels:  octobercms
typo3 debugbar
A TYPO3 debugbar utilizing the PHP Debugbar to provide information of the system health to the frontend.
Stars: ✭ 38 (+5.56%)
Mutual labels:  debugbar
contenteditor-plugin
Edit your content in page - plugin for OctoberCMS
Stars: ✭ 32 (-11.11%)
Mutual labels:  octobercms
awesome-october-cms
A curated list of awesome things related to OctoberCMS.
Stars: ✭ 19 (-47.22%)
Mutual labels:  octobercms
oc-menumanager-plugin
A Menu Management Plugin for October CMS
Stars: ✭ 29 (-19.44%)
Mutual labels:  octobercms
sveltober
Cybernetically enhanced October applications
Stars: ✭ 19 (-47.22%)
Mutual labels:  octobercms
octobercms-backendskin
Backend Skin Plugin For OctoberCms
Stars: ✭ 21 (-41.67%)
Mutual labels:  octobercms
octobercms-juicy-theme
Clean, simple and responsive landing page build on Vue.js with backend editing
Stars: ✭ 20 (-44.44%)
Mutual labels:  octobercms
Laravel Debugbar
Laravel Debugbar (Integrates PHP Debug Bar)
Stars: ✭ 13,485 (+37358.33%)
Mutual labels:  debugbar
oc-mall-theme
Demo theme for the oc-mall-plugin
Stars: ✭ 19 (-47.22%)
Mutual labels:  octobercms
oc-sortablerelations-plugin
Adds drag and drop sorting functionality to the view list of the relations controller in October CMS
Stars: ✭ 16 (-55.56%)
Mutual labels:  octobercms
yii-debug
Yii debug panel extension
Stars: ✭ 23 (-36.11%)
Mutual labels:  debugbar

Debugbar Plugin

Easily see what's going on under the hood of your October CMS application.

Installation

To install with Composer, run from your project root

composer require rainlab/debugbar-plugin

Usage

Set debug to true in config/app.php and the debugbar should appear on your site to all authenticated backend users with the rainlab.debugbar.access_debugbar permission.

If you would like to make the debugbar accessible to all users regardless of authentication and permissions, then set allow_public_access to true in the configuration (see below).

See barryvdh/laravel-debugbar for more usage instructions and documentation.

Configuration

All configuration for the plugin is found in the plugins/rainlab/debugbar directory. To override any of these settings, create an override file called config/rainlab/debugbar/config.php in your local system.

To include exceptions in the response header of ajax calls set debug_ajax 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].