torakel / database-bundle
The database bundle for the Torakel project
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:football-database-bundle
Requires
- php: >=7.1
- doctrine/doctrine-bundle: ^1.8
- symfony/config: ^3.4|^4.0
- symfony/dependency-injection: ^3.4|^4.0
- symfony/http-kernel: ^3.4|^4.0
Requires (Dev)
- matthiasnoback/symfony-dependency-injection-test: ^3.0
- php-coveralls/php-coveralls: ^2.0
- sami/sami: ^4.0
- symfony/phpunit-bridge: ^3.4|^4.0
This package is not auto-updated.
Last update: 2024-11-24 06:51:22 UTC
README
This is the database bundle for the Torakel project. It contains all the Doctrine Entities and Repositories to store and select the data.
Install
composer require torakel/database-bundle 0.2
php bin/console doctrine:database:create
php bin/console doctrine:schema:update --force
Database Schema
There is another repository for the actual database schema of the Torakel project. You don't need the files, since everything is generated from this Bundle, but if you want to understand the relationships within the schema, you might check up the docs of the repository: https://github.com/torakel/database-schema.