markkravchuk/statamic-activity-book 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

markkravchuk/statamic-activity-book

最新稳定版本:v1.0.1

Composer 安装命令:

composer require markkravchuk/statamic-activity-book

包简介

Statamic addon that saves the activity changes on the website content to Eloquent Driver

README 文档

README

Activity Book is activity tracking addon that tracks all changes made by the users of Control Panel.

This addon stores the activity log to the database configured next to the project. Which makes it perfect solution to the Kubernetes/Docker architecture.

Features

This addon does:

  • Stores user changes to Control Panel
  • Saves the data to Database using Eloquent Driver
  • Has beautiful UI to display the changes
  • Supports search functionality

How to Install

You can search for this addon in the Tools > Addons section of the Statamic control panel and click install, or run the following command from your project root:

composer require markkravchuk/statamic-activity-book

Add ACTIVITY_BOOK_ENABLED=true in your .env file.

How to Use

After the Addon is installed, please run

php artisan vendor:publish --tag="activity-book-config"

This command would generate the configuration file in /config/activity-logger.php

And the migration file would be added to database/migration/ folder, where the administrator can run the actual migration to create corresponding Database remote log storage place.

Please run the last command to run the migration

php artisan migrate

统计信息

  • 总下载量: 6.11k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-05-13