Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.09 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.09 KB

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