kikwik/user-log-bundle
Composer 安装命令:
composer require kikwik/user-log-bundle
包简介
Log authenticated user actions
README 文档
README
Logging authenticated user actions for symfony 5
Installation
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
#!/bin/bash composer require kikwik/user-log-bundle
then make migration and migrate
#!/bin/bash php bin/console make:migration php bin/console doctrine:migration:migrate
Configuration
kikwik_user_log: enable_admin: true # default is true enable_log: true # default is true
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-05-27