Download the PHP package map-ir/laravel-log-usage without Composer
On this page you can find all versions of the php package map-ir/laravel-log-usage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download map-ir/laravel-log-usage
More information about map-ir/laravel-log-usage
Files in map-ir/laravel-log-usage
Package laravel-log-usage
Short Description log usage service
License MIT
Homepage https://github.com/map-ir/laravel-log-usage
Informations about the package laravel-log-usage
Map.ir log usage kafka and ELK
kafka
elasticSearch
logstash
Installation
You can install the package via composer:
laravel Installation
in laravel < 5.4 add this line to your config/app.php providers:
after install package in laravel run artisan for publish config file
After publish the package files you must open laravel-log-usage.php in config folder.
lumen Installation:
add package middleware in bootstrap/app.php.
copy package config directory vendor/map-ir/laravel-log-usage/config/logUsage.php
to root folder alongside with app directory.
update bootstrap/app.php by adding this line in Register Config Files
section:
you can set the keys in your .env file
Usage
for config ELK Consumer kafka
Testing
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Armin Nasiri
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-log-usage with dependencies
ext-rdkafka Version ^6.0
ext-json Version *