marks12 / assistantbundle
Symfony assistant bundle
Installs: 63
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:symfony-bundle
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