Skip to content
Kemal Yenilmez edited this page Jun 19, 2017 · 6 revisions

A Log Handler for Monolog and Laravel PHP Framework

Glog provides saving logs to the database for websites built with Laravel. Package watches logs and saves only filters messages and alerts to record and/or send email alerts

  • Log custom log alerts
  • Log custom channels based on message
  • E-Mail alerts for custom message and alerts
  • Log to database or an API

Simple usage, create custom message alerts without modifying your own files!

Log::info('user-register', ['message' => 'New user Registered', 'id' => 23, 'name' => 'John Doe', 'email' => '[email protected]']);
  1. Installation
  2. Configuration
  3. Getting Started
  4. GUI Interface