sarfraznawaz2005/plogs
Composer 安装命令:
composer require sarfraznawaz2005/plogs
包简介
Laravel package to save logs in database making them permanent, always available for as long as you want.
关键字:
README 文档
README
Laravel PLogs
Laravel package to save logs in database making them permanent, always available for as long as you want.
Screenshot
Requirements
- PHP >= 5.6
- Laravel 5
Installation
Via Composer
$ composer require sarfraznawaz2005/plogs
For Laravel < 5.5:
Add Service Provider to config/app.php in providers section
Sarfraznawaz2005\PLogs\ServiceProvider::class,
Publish package's config and migration files by running below command:
$ php artisan vendor:publish --provider="Sarfraznawaz2005\PLogs\ServiceProvider"
Run php artisan migrate to create plogs table in your database.
Now application logs can be seen at http://yourapp.com/plogs. See config/plogs.php config file to customize route and more settings.
Credits
License
Please see the license file for more information.
统计信息
- 总下载量: 131
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-05-23
