hackzilla/ticket-app-demo

Working app for TicketBundle

Maintainers

Package info

github.com/hackzilla-project/TicketBundleDemoApp

Type:project

pkg:composer/hackzilla/ticket-app-demo

Statistics

Installs: 40

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 1


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.