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.2
- ext-ctype: *
- ext-iconv: *
- composer/package-versions-deprecated: 1.11.99.4
- doctrine/doctrine-bundle: ^2.5
- doctrine/orm: ^3.3
- hackzilla/ticket-bundle: 5.x-dev
- symfony/console: 7.2.*
- symfony/dotenv: 7.2.*
- symfony/flex: ^2
- symfony/form: 7.2.*
- symfony/framework-bundle: 7.2.*
- symfony/runtime: 7.2.*
- symfony/security-bundle: 7.2.*
- symfony/twig-bundle: 7.2.*
- symfony/yaml: 7.2.*
- vich/uploader-bundle: ^2.4
Requires (Dev)
- doctrine/doctrine-fixtures-bundle: ^3.0
- friendsofphp/php-cs-fixer: ^3.8
- phpstan/phpstan: ^1.3
- phpstan/phpstan-doctrine: *
- phpstan/phpstan-symfony: *
- phpunit/phpunit: ^9.5
- rector/rector: ^1.2
- symfony/browser-kit: 7.2.*
- symfony/css-selector: 7.2.*
- symfony/debug-bundle: 7.2.*
- symfony/maker-bundle: ^1.36
- symfony/monolog-bundle: ^3.0
- symfony/phpunit-bridge: *
- symfony/stopwatch: 7.2.*
- symfony/web-profiler-bundle: 7.2.*
Conflicts
This package is auto-updated.
Last update: 2024-12-16 09:51:24 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.