toandq71/simple-log
最新稳定版本:V1.1.4
Composer 安装命令:
composer require toandq71/simple-log
包简介
Package Log Activity
关键字:
README 文档
README
Installation
composer require toandq71/simple-log
Run the command:
php artisan histories:install
php artisan migrate
Usage
use toandq71\SimpleLog\Interface\LogHistoryInterface; // Coding in file controller public function testLog(Request $request) { $log = app()->get(LogHistoryInterface::class); // Save log $log->saveHistory([ 'action' => 'created_user', 'created_by' => 1 ]); }
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-05-13