Simple October CMS Logger plugin that allows you to log information wherever needed. The plugin is configured through code and includes a navigation panel in the administration area. There you can view, delete and filter your logs.
Installation via Command Line
php artisan plugin:install Tober.Logger
October CMS Logger
1. Publish config
php artisan logger:publish
2. Configure project enviroment
APP_DEBUG=true # LOGGER LOGGER_ENABLED=true LOGGER_CMS=true
3. Use Logger class
use Tober\Logger\Classes\Services\Logger; Logger::info($message); Logger::warn([$firstLine, $secondLine, $thirdLine]); Logger::error($message, $exception);
-
This plugin has not been reviewed yet.
-
| 1.0.1 |
Add config publishing Feb 24, 2026 |
|---|