kikwik/user-log-bundle

Log authenticated user actions

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

v1.0.3 2022-06-10 19:33 UTC

This package is auto-updated.

Last update: 2024-05-10 23:31:28 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