zero1/module-admin-activity 问题修复 & 功能扩展

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

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

zero1/module-admin-activity

最新稳定版本:1.1.6

Composer 安装命令:

composer require zero1/module-admin-activity

包简介

The Admin Activity extension makes it easy to track all admin activity and revert the modification.

README 文档

README

This module was initially developed by by KiwiCommerce. The original repository has been archived and this is just a [long term] fork. No new features are planned, but if someone wants to improve the module, pull requests are welcome.

Magento 2 - Admin Activity

  • Easily track every admin activity like add, edit, delete, print, view, mass update etc.
  • Failed attempts of admin login are recorded as well. You get access to the user’s login information and IP address.
  • Track page visit history of admin.
  • Track fields that have been changed from the backend.
  • Allow administrator to revert the modification.

Installation

  1. Composer Installation

    • Navigate to your Magento root folder
      cd path_to_the_magento_root_directory
    • Then run the following command
      composer require catgento/module-admin-activity
    • Make sure that composer finished the installation without errors.
  2. Command Line Installation

    • Backup your web directory and database.
    • Download the latest Cron Scheduler installation package kiwicommerce-admin-activity-vvvv.zip here
    • Navigate to your Magento root folder
      cd path_to_the_magento_root_directory
    • Upload contents of the Admin Activity Log installation package to your Magento root directory
    • Then run the following command
      php bin/magento module:enable Catgento_AdminActivity
  • After installing the extension, run the following command
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
  • Log out from the backend and log in again.

Where will it appear in the Admin Panel

Admin Activity Log

Go to System > Admin Activity > Admin Activity. Here you can See the list of admin activity logs and page visit history.


  • Page Visit History


By clicking View in each admin activity log, you can see the slider with admin activity log details.


Login Activity

Go to System > Admin Activity > Login Activity. Here you can See the list of login activity logs.


Configuration

You need to follow this path. System > Admin Activity > Configuration

  • General configuration


  • Allow Module Section


统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 89
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2025-10-30