Laravel package to save logs in database making them permanent, always available for as long as you want.

1.2.8 2020-01-28 20:15 UTC

README

Latest Version on Packagist Total Downloads

Laravel PLogs

Laravel package to save logs in database making them permanent, always available for as long as you want.

Screenshot

Main Window

Requirements

  • PHP >= 5.6
  • Laravel 5

Installation

Via Composer

$ composer require sarfraznawaz2005/plogs

For Laravel < 5.5:

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

Sarfraznawaz2005\PLogs\ServiceProvider::class,

Publish package's config and migration files by running below command:

$ php artisan vendor:publish --provider="Sarfraznawaz2005\PLogs\ServiceProvider"

Run php artisan migrate to create plogs table in your database.

Now application logs can be seen at http://yourapp.com/plogs. See config/plogs.php config file to customize route and more settings.

Credits

License

Please see the license file for more information.