shreyasarker/activitylog
最新稳定版本:v1.0.0
Composer 安装命令:
composer require shreyasarker/activitylog
包简介
Simple activity logging package for Laravel 12
README 文档
README
A simple, lightweight activity logging package for Laravel 12.
Features
- Log custom activities
- Polymorphic causer & subject
- Configurable table name
- Request IP & user-agent capture
- Fully tested with Orchestra Testbench
Installation
composer require shreyasarker/activitylog
Usage
activity()
->event('post.created')
->performedOn($post)
->causedBy(auth()->user())
->withProperties(['title' => $post->title])
->log('Post created');
Configuration
php artisan vendor:publish --tag=activitylog-config
php artisan vendor:publish --tag=activitylog-migrations
php artisan migrate
Author
Shreya Sarker 📧 shreya@codeboid.com
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-27