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: ^8.0
- ext-ctype: *
- ext-iconv: *
- composer/package-versions-deprecated: 1.11.99.4
- doctrine/doctrine-bundle: ^2.5
- doctrine/orm: ^2.10
- hackzilla/ticket-bundle: 4.x-dev
- symfony/console: ^5.4
- symfony/dotenv: ^5.4
- symfony/flex: ^1.17.1 || ^2
- symfony/framework-bundle: ^5.4
- symfony/runtime: ^5.4
- symfony/security-bundle: ^5.4
- symfony/twig-bundle: ^5.4
- symfony/yaml: ^5.4
- vich/uploader-bundle: ^1.19
Requires (Dev)
- doctrine/doctrine-fixtures-bundle: ^3.0
- friendsofphp/php-cs-fixer: ^3.8
- phpstan/phpstan: ^1.5
- phpunit/phpunit: ^9.5
- symfony/browser-kit: 5.4.*
- symfony/css-selector: 5.4.*
- symfony/debug-bundle: 5.4.*
- symfony/maker-bundle: ^1.36
- symfony/monolog-bundle: ^3.0
- symfony/phpunit-bridge: ^6.0
- symfony/stopwatch: ^5.4
- symfony/web-profiler-bundle: ^5.4
Conflicts
Replaces
This package is auto-updated.
Last update: 2024-10-29 12:58:15 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.
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.