Download the PHP package martinbean/laravel-papertrail without Composer
On this page you can find all versions of the php package martinbean/laravel-papertrail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download martinbean/laravel-papertrail
More information about martinbean/laravel-papertrail
Files in martinbean/laravel-papertrail
Download martinbean/laravel-papertrail
More information about martinbean/laravel-papertrail
Files in martinbean/laravel-papertrail
Vendor martinbean
Package laravel-papertrail
Short Description A Papertrail log channel for Laravel applications.
License MIT
Package laravel-papertrail
Short Description A Papertrail log channel for Laravel applications.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-papertrail
Laravel Papertrail log channel
Requirements
- Your application must be running Laravel 5.6.
Note: Laravel added a native Papertrail logging channel in version 5.7, so if you are running Laravel 5.7+ this package is unnecessary.
Installation
- Set two environment variables:
PAPERTRAIL_HOST
andPAPERTRAIL_PORT
. - Run
composer require martinbean/laravel-papertrail
- Open config/logging.php and add the following channel:
Once configured, you can add papertrail
to the stack
channel (if you’re
using it) and any logs will be pushed to your Papertrail account.
Note: The PAPERTRAIL_HOST
environment variable should be the full
Papertrail hostname, i.e. logs0.papertrailapp.com.
Issues
Open a new Issue on the GitHub repository.
License
Licensed under the MIT License.
All versions of laravel-papertrail with dependencies
PHP Build Version
Package Version
The package martinbean/laravel-papertrail contains the following files
Loading the files please wait ....