pavel-one/lara-log
Composer 安装命令:
composer require pavel-one/lara-log
包简介
Laravel package for remote logging service log.lara.su
README 文档
README
Develop description
Installation
You can install this package quickly and easily with Composer.
composer require pavel-one/lara-log
Laravel integration
LaraLog supports laravel integration. Best practice to use the library in Laravel is to add the ServiceProvider and Facade of the Lara Log Class.
Open your Laravel config file config/app.php and add the following lines.
\LaraSU\Logger\Providers\LogServiceProvider::class
Add the facade of this package to the $aliases array.
'LaraLog' => \LaraSU\Logger\Facades\LaraLog::class,
And publish config file:
php artisan vendor:publish --tag=lara-log
Native PHP integration or other frameworks
Usage
Laravel use
Native php use
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-07-13