alive2tinker/resource-activities
Composer 安装命令:
composer require alive2tinker/resource-activities
包简介
A Laravel Nova resource tool.
README 文档
README
this package is a resource tool that lists activities performed on the resource in the detailed view of the resource. It utilizes Spatie/activity-log package.
usage
After successful installation of the Spatie package, simply require this package by writing the following command
composer require alive2tinker/resource-activities
then add the resource tool to your nova models like the following:
public function fields(Request $request)
{
return [
//your fields
ResourceActivities::make(),
];
}
and you are good to go.
QUICK NOTE:
if you run into npm problem, just cd into vendor/alive2tinker/resource-activities and run npm i && npm run production until I solution is found
LICENSE
MIT
统计信息
- 总下载量: 1.87k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-08-13