2017 © Pedro Peláez
 

library databaselogger

Laravel package to log messages into the database instead of a file.

image

visualappeal/databaselogger

Laravel package to log messages into the database instead of a file.

  • Friday, April 27, 2018
  • by thelfensdrfer
  • Repository
  • 1 Watchers
  • 1 Stars
  • 151 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 21 % Grown

The README.md

Laravel DatabaseLogger

Laravel package to log messages into a database., (*1)

Install

Via Composer, (*2)

``` bash $ composer require visualappeal/databaselogger, (*3)


## Usage Add the following lines in your `config/logging.php`:

'db' => [ 'driver' => 'custom', 'via' => VisualAppeal\DatabaseLogger\DatabaseLogger::class, 'level' => env('LOG_LEVEL', 'debug'), // Optional 'connection' => env('LOG_DATABASE', 'mysql'), // Optional 'table' => env('LOG_TABLE', 'logs'), // Optional, (*4)

// Encryption requires sodium: https://secure.php.net/manual/en/book.sodium.php
'encrypt' => env('LOG_ENCRYPT', false), // Optional, encrypt the context part of the log message before inserting it into the database
'encrypt_key' => env('LOG_ENCRYPT_KEY', env('APP_KEY', '')), // Optional, only used if encrypt is true

], ```, (*5)

Database migrations are automatically registered, you only have to call php artisan migrate after installing the package., (*6)

Security

If you discover any security related issues, please email tim@visualappeal.de instead of using the issue tracker., (*7)

Credits

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

27/04 2018

dev-master

9999999-dev https://github.com/VisualAppeal/DatabaseLogger

Laravel package to log messages into the database instead of a file.

  Sources   Download

MIT

The Requires

 

database laravel logger logging databaselogger visualappeal

27/04 2018

1.3.0

1.3.0.0 https://github.com/VisualAppeal/DatabaseLogger

Laravel package to log messages into the database instead of a file.

  Sources   Download

MIT

The Requires

 

database laravel logger logging visualappeal

27/03 2018

1.2.2

1.2.2.0 https://github.com/VisualAppeal/DatabaseLogger

Laravel package to log messages into the database instead of a file.

  Sources   Download

MIT

The Requires

 

database laravel logger logging visualappeal

27/03 2018

1.2.1

1.2.1.0 https://github.com/VisualAppeal/DatabaseLogger

Laravel package to log messages into the database instead of a file.

  Sources   Download

MIT

The Requires

 

database laravel logger logging visualappeal

15/02 2018

1.2.0

1.2.0.0 https://github.com/VisualAppeal/DatabaseLogger

Laravel package to log messages into the database instead of a file.

  Sources   Download

MIT

The Requires

 

database laravel logger logging visualappeal

27/01 2018

1.1.5

1.1.5.0 https://github.com/VisualAppeal/DatabaseLogger

Laravel package to log messages into the database instead of a file.

  Sources   Download

MIT

The Requires

 

laravel databaselogger visualappeal

27/01 2018

1.1.4

1.1.4.0 https://github.com/VisualAppeal/DatabaseLogger

Laravel package to log messages into the database instead of a file.

  Sources   Download

MIT

The Requires

 

laravel databaselogger visualappeal

01/09 2017

1.1.3

1.1.3.0 https://github.com/VisualAppeal/DatabaseLogger

Laravel package to log messages into the database instead of a file.

  Sources   Download

MIT

The Requires

 

laravel databaselogger visualappeal

01/09 2017

1.1.2

1.1.2.0 https://github.com/VisualAppeal/DatabaseLogger

Laravel package to log messages into the database instead of a file.

  Sources   Download

MIT

The Requires

 

laravel databaselogger visualappeal

01/09 2017

1.1.1

1.1.1.0 https://github.com/VisualAppeal/DatabaseLogger

Laravel package to log messages into the database instead of a file.

  Sources   Download

MIT

The Requires

 

laravel databaselogger visualappeal

12/02 2017

1.1.0

1.1.0.0 https://github.com/VisualAppeal/DatabaseLogger

Laravel package to log messages into the database instead of a file.

  Sources   Download

MIT

The Requires

 

laravel databaselogger visualappeal

12/02 2017

1.0.0

1.0.0.0 https://github.com/VisualAppeal/DatabaseLogger

Laravel package to log messages into the database instead of a file.

  Sources   Download

MIT

The Requires

 

laravel databaselogger visualappeal