Download the PHP package concrete5cojp/concrete5_debugbar without Composer
On this page you can find all versions of the php package concrete5cojp/concrete5_debugbar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download concrete5cojp/concrete5_debugbar
More information about concrete5cojp/concrete5_debugbar
Files in concrete5cojp/concrete5_debugbar
Package concrete5_debugbar
Short Description A package to integrate PHP Debug Bar with concrete5 CMS.
License MIT
Informations about the package concrete5_debugbar
concrete5 DebugBar
A package to integrate PHP Debug Bar with concrete5 CMS.
Installation
Install the debug bar to the site that managed using composer
If you are managing your concrete5 site using concrete5/composer, you can manage this package with composer too.
1. Modify your composer.json file
Add these packages to "require"
section:
Add these lines to "extra"
section:
Add "scripts"
section:
When you are managing your concrete5 site using composer, the vendor
directory is outside from the document root.
However, the debugbar
package has some css/js/images in the vendor
directory, so you have to move these static files.
That's why we need to add the composer-copy-file
package and the scripts section.
You are also able to move Resources
directory manually.
Entire composer.json example:
2. Download the package
3. Install the package
Install the debug bar to the site that managed without using composer
First, download package files
Then update composer.json as
Finally you can install the package
Usage
Messages
You can add messages to this tab using compatible usage with PSR-3 logger.
Timeline
Provides a way to log total execution time as well as taking "measures" (ie. measure the execution time of a particular operation).
Request
You can check how concrete5 retreive request data in this tab.
Database
You can check all sql queries on current request in this tab.
Logs
You can check application logs (same as dashboard/reports/logs but you can quick access!).
Environment
Get some information about the server environment.