marks12 / assistantbundle
Symfony assistant bundle
Package info
github.com/marks12/AssistantBundle
Type:symfony-bundle
pkg:composer/marks12/assistantbundle
0.2.4
2016-12-07 06:42 UTC
Requires
- php: >=7.0
README
Symfony AssistantBundle helps configure new application and add 9 types of associations:
- Many-To-One, Unidirectional,
- One-To-One, Unidirectional,
- One-To-One, Bidirectional,
- One-To-One, Self-referencing,
- One-To-Many, Bidirectional,
- One-To-Many, Unidirectional with Join Table,
- One-To-Many, Self-referencing,
- Many-to-Many, Unidirectional,
- Many-to-Many, Bidirectional
Install
composer require marks12/assistantbundle
Add to modules list
if (in_array($this->getEnvironment(), ['dev', 'test'], true)) { ... $bundles[] = new Marks12\AssistantBundle\Marks12AssistantBundle(); ... }
Using
bin/console