后台增加日志模块
Showing
{ | ||
"name": "kiwicommerce/module-admin-activity", | ||
"description": "The Admin Activity extension makes it easy to track all admin activity and revert the modification.", | ||
"type": "magento2-module", | ||
"version": "1.0.7", | ||
"license": [ | ||
"OSL-3.0" | ||
], | ||
"minimum-stability": "dev", | ||
"authors": [ | ||
{ | ||
"name": "Kiwi Commerce Ltd", | ||
"email": "hello@kiwicommerce.co.uk", | ||
"homepage": "https://kiwicommerce.co.uk/", | ||
"role": "Leader" | ||
} | ||
], | ||
"require": { | ||
"magento/framework": ">=100.0.0", | ||
"magento/module-backend": ">=100.0.0" | ||
}, | ||
"keywords": [ | ||
"magento 2", | ||
"magento2", | ||
"admin", | ||
"backend", | ||
"activity", | ||
"log" | ||
], | ||
"autoload": { | ||
"files": [ | ||
"registration.php" | ||
], | ||
"psr-4": { | ||
"KiwiCommerce\\AdminActivity\\": "" | ||
} | ||
} | ||
} |
Please
register
or
sign in
to comment