https://github.com/damienharper/doctrine-audit-bundle-demo
damienharper/doctrine-audit-bundle demo application
https://github.com/damienharper/doctrine-audit-bundle-demo
audit-entries audit-log audit-trail doctrine-audit doctrine-audit-bundle
Last synced: 6 months ago
JSON representation
damienharper/doctrine-audit-bundle demo application
- Host: GitHub
- URL: https://github.com/damienharper/doctrine-audit-bundle-demo
- Owner: DamienHarper
- Created: 2019-03-21T15:07:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T20:27:30.000Z (about 5 years ago)
- Last Synced: 2025-03-24T17:11:06.984Z (7 months ago)
- Topics: audit-entries, audit-log, audit-trail, doctrine-audit, doctrine-audit-bundle
- Language: PHP
- Homepage: https://github.com/DamienHarper/DoctrineAuditBundle
- Size: 1.31 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DoctrineAuditBundle demo application
This application demos what [damienharper/doctrine-audit-bundle](https://github.com/DamienHarper/DoctrineAuditBundle) can do.
Usage
=====Before running the demo, you first need to install dev dependencies:
```bash
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```bash
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

### Entity history

### Entry details
