Download the PHP package lucasrolff/laravel-filebeat without Composer
On this page you can find all versions of the php package lucasrolff/laravel-filebeat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lucasrolff/laravel-filebeat
More information about lucasrolff/laravel-filebeat
Files in lucasrolff/laravel-filebeat
Download lucasrolff/laravel-filebeat
More information about lucasrolff/laravel-filebeat
Files in lucasrolff/laravel-filebeat
Vendor lucasrolff
Package laravel-filebeat
Short Description The middleware for application log with json format and correspond to filebeat log collection
License MIT
Package laravel-filebeat
Short Description The middleware for application log with json format and correspond to filebeat log collection
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-filebeat
laravel-filebeat
Installation
Require the lucasrolff/laravel-filebeat
package in your composer.json
and update your dependencies:
For laravel >=5.5 that's all. This package supports Laravel new Package Discovery.
Configuration
The defaults are set in config/app-log.php
. Copy this file to your own config directory to modify the values. You can publish the config using this command:
Note: If you want to rewrite the log path please provide a real path.
Add the HandleApplicationLog middleware in the $middleware property of app/Http/Kernel.php class:
All versions of laravel-filebeat with dependencies
PHP Build Version
Package Version
The package lucasrolff/laravel-filebeat contains the following files
Loading the files please wait ....