marks12/assistantbundle

Symfony assistant bundle

Installs: 61

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:symfony-bundle

0.2.4 2016-12-07 06:42 UTC

This package is not auto-updated.

Last update: 2024-04-22 10:31:01 UTC


README

Symfony AssistantBundle helps configure new application and add 9 types of associations:

  1. Many-To-One, Unidirectional,
  2. One-To-One, Unidirectional,
  3. One-To-One, Bidirectional,
  4. One-To-One, Self-referencing,
  5. One-To-Many, Bidirectional,
  6. One-To-Many, Unidirectional with Join Table,
  7. One-To-Many, Self-referencing,
  8. Many-to-Many, Unidirectional,
  9. 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