dexodus / user-session-history-bundle
description
1.0.0
2023-12-04 09:40 UTC
Requires
- dexodus/entity-table-bundle:: ^1.0.0
This package is not auto-updated.
Last update: 2024-11-05 12:28:47 UTC
README
- Install bundle
composer require dexodus/user-session-history-bundle:^1.0.0
- Configure config/packages/user_session_history.yaml
user_session_history: userEntity: 'App\Entity\User'
- Create migration:
bin/console doctrine:migrations:diff -n
- Apply migration:
bin/console doctrine:migrations:migrate -n