Skip to content

kikwik/user-log-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KikwikUserLogBundle

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

About

Logging authenticated user actions for symfony 5

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages