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
Requires
- php: ^5.5 || ^7.0
- doctrine/doctrine-bundle: ~1.5
- doctrine/doctrine-migrations-bundle: ^1.0
- doctrine/orm: ^2.4.8
- friendsofsymfony/user-bundle: ~2.0@dev
- hackzilla/ticket-bundle: ^3.0.0
- incenteev/composer-parameter-handler: ~2.0
- knplabs/knp-components: ^1.2.4
- knplabs/knp-paginator-bundle: ^2.4.2
- sensio/distribution-bundle: ~5.0
- sensio/framework-extra-bundle: ^3.0.2
- symfony/monolog-bundle: ~2.4
- symfony/swiftmailer-bundle: ~2.3
- symfony/symfony: ~3.0
- vich/uploader-bundle: ~1.0
Requires (Dev)
This package is auto-updated.
Last update: 2022-05-27 20:01:48 UTC
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.
app/console doctrine:database:create
doctrine:migrations:migrate
app/console doctrine:fixtures:load
Using
app/console server:run
Pull Requests
All pull requests considered.
At some point there is a plan to add tickets and messages to fixtures.