Laravel Debugbar integration plugin for OctoberCMS.
git cloneinto /plugins/flynsarmy/debugbar folder.- In /plugins/flynsarmy/debugbar folder run
composer install. This will take a while. - Log out and back in.
- Optionally update /app/config/packages/barryvdh/laravel-debugbar/config.php.
- Set app/config/app.php
debugline to true. - Add
dump(some_var)to your twig code.
See the laravel-debugbar documentation for more usage information.
The DebugBar plugin is open-sourced software licensed under the MIT license.