Skip to content

This package duplicates Log information to database table.

License

Notifications You must be signed in to change notification settings

mushketer888/laravel-dblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-dblog

Latest Stable Version Total Downloads License Latest Unstable Version

This package duplicates Log information to database table. Please report bugs

Install

Via Composer

$ composer require mushketer888/laravel-dblog

Add Service Provider to config/app.php in providers section

Mushketer888\LaravelDblog\ServiceProvider::class,

You need to run the migrations for this package.

$ php artisan vendor:publish --provider="Mushketer888\LaravelDblog\ServiceProvider" 
$ php artisan migrate

Usage

Use Log Facade like you normally use.

    Log::info("DBLog works")

About

This package duplicates Log information to database table.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages