hackzilla/ticket-app-demo

Working app for TicketBundle

Installs: 40

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 3

Forks: 3

Open Issues: 1

Type:project

pkg:composer/hackzilla/ticket-app-demo


README

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.