/doctrine-audit-bundle-demo

damienharper/doctrine-audit-bundle demo application

Primary LanguagePHP

DoctrineAuditBundle demo application

This application demos what damienharper/doctrine-audit-bundle can do.

Usage

Before running the demo, you first need to install dev dependencies:

composer install

Then run the following commands to:

  1. create the local database (SQLite)
  2. populate it with demo data
  3. clear the cache
  4. start the local symfony web server
bin/console doctrine:database:drop --force
bin/console doctrine:database:create
bin/console doctrine:schema:update --force
bin/console doctrine:fixtures:load --append
bin/console cache:clear
bin/console server:run

Screenshots

Audit inventory

Audit inventory

Entity history

Entity history

Entry details

Entry details