kikwik / user-log-bundle
Log authenticated user actions
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.2.5
- symfony/framework-bundle: ^5.3|^6.0
This package is auto-updated.
Last update: 2024-11-11 00:28:04 UTC
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