dexodus/user-session-history-bundle

1.0.0 2023-12-04 09:40 UTC

This package is not auto-updated.

Last update: 2024-09-24 12:01:21 UTC


README

Packagist

  1. Install bundle
    composer require dexodus/user-session-history-bundle:^1.0.0
    
  2. Configure config/packages/user_session_history.yaml
    user_session_history:
     userEntity: 'App\Entity\User'
    
  3. Create migration:
    bin/console doctrine:migrations:diff -n
    
  4. Apply migration:
    bin/console doctrine:migrations:migrate -n