brighty/cilog

A simple log library for Internal use.

Installs: 416

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Open Issues: 0

pkg:composer/brighty/cilog

v1.0.12 2024-10-09 17:48 UTC

This package is not auto-updated.

Last update: 2025-12-31 23:42:38 UTC


README

A simple log library for Internal use.

Installation

Laravel

Download Cilog with composer

composer require brighty/cilog

Installation

# Install Cilog
php artisan cilog:install

Usage/Examples

use Brighty\Cilog\Cilog;


Cilog::log("Succesfully added data!", [$request->all()])

Lumen

Download Cilog with composer

composer require brighty/cilog

Modify the bootstrap flow

/** @file bootstrap/app.php */

// Register service provider
$app->register(Brighty\Cilog\Providers\LumenCilogServiceProvider::class);

Installation

# Install Cilog
php artisan cilog:install --lumen

Usage/Examples

use Brighty\Cilog\Cilog;


Cilog::log("Succesfully added data!", [$request->all()])

Authors

License

MIT