2017 © Pedro PelĂĄez
 

symfony-bundle vanio-domain-bundle

Symfony2 Bundle providing some additional features suitable when programming your domain.

image

vanio/vanio-domain-bundle

Symfony2 Bundle providing some additional features suitable when programming your domain.

  • Wednesday, August 1, 2018
  • by maryo
  • Repository
  • 4 Watchers
  • 0 Stars
  • 2,278 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 28 Versions
  • 12 % Grown

The README.md

Vanio Domain Bundle

Build Status Coverage Status PHP7 License, (*1)

Installation

Installation can be done as usually using composer. composer require vanio/vanio-domain-bundle, (*2)

Next step is to register this bundle as well as bundles it depends on inside your AppKernel., (*3)

// app/AppKernel.php
// ...

class AppKernel extends Kernel
{
    // ...

    public function registerBundles(): array
    {
        $bundles = [
            // ...
            new Vanio\UserBundle\VanioDomainBundle,
        ];

        // ...
    }
}

The Versions