IwfY / doctrine-audit-bundle-demo

damienharper/doctrine-audit-bundle demo application

Home Page:https://github.com/DamienHarper/DoctrineAuditBundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

damienharper/doctrine-audit-bundle demo application

https://github.com/DamienHarper/DoctrineAuditBundle


Languages

Language:PHP 98.9%Language:HTML 1.1%