Ticket App Demo

About

Example install of my Ticket Bundle, for testing and debugging purposes.

Installation

See Setting up Permissions for setting up the cache and log directories.

bin/console doctrine:database:create
bin/console doctrine:schema:create
bin/console doctrine:fixtures:load

Testing Locally

This project can use the symfony cli to create a web server.

symfony serve

Pull Requests

All pull requests considered.

At some point there is a plan to add tickets and messages to fixtures.