Skip to content

Instantly share code, notes, and snippets.

<?php namespace BigBrother\Support\Facades;
use Illuminate\Support\Facades\Facade;
class BigLog extends Facade {
/**
* Get the registered name of the component.
*
* @return string
<?php
// app/start/global.php
/*
|--------------------------------------------------------------------------
| Application Error Logger
|--------------------------------------------------------------------------
|
| Here we will configure the error logger setup for the application which