2017 © Pedro Peláez
 

symfony-bundle base-bundle

Custom symfony functions

image

kronhyx/base-bundle

Custom symfony functions

  • Tuesday, March 13, 2018
  • by Kronhyx
  • Repository
  • 1 Watchers
  • 1 Stars
  • 59 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 2 % Grown

The README.md

BaseBundle

SensioLabsInsight, (*1)

Este bundle genera los métodos principales para todos los bundles que lo heredan., (*2)


Latest Stable Version Total Downloads Dependency Status License travis, (*3)

Instalación

Paso 1: Descargar el Bundle

$ composer require kronhyx/base-bundle

Este comando requiere que usted tenga Composer instalado global, como se explica en la documentacion de composer., (*4)

Paso 2: Activar el Bundle

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new \Kronhyx\BaseBundle\KronhyxBaseBundle(),
        );
    }

    // ...
}

The Versions

13/03 2018

dev-master

9999999-dev https://kronhyx.github.io/BaseBundle/

Custom symfony functions

  Sources   Download

MIT

The Requires

 

by Randy Téllez Galán

performance

22/07 2017

v1.2.1

1.2.1.0 https://kronhyx.github.io/BaseBundle/

Custom symfony functions

  Sources   Download

MIT

The Requires

 

by Randy Téllez Galán

performance

22/07 2017

v1.2

1.2.0.0 https://kronhyx.github.io/BaseBundle/

Custom symfony functions

  Sources   Download

MIT

The Requires

 

by Randy Téllez Galán

performance

20/07 2017

v1.1

1.1.0.0 https://kronhyx.github.io/BaseBundle/

Custom symfony functions

  Sources   Download

MIT

The Requires

 

by Randy Téllez Galán

performance

19/07 2017

1.0.1

1.0.1.0 https://kronhyx.github.io/BaseBundle/

Custom symfony functions

  Sources   Download

MIT

The Requires

 

by Randy Téllez Galán

performance

19/07 2017

1.0.0

1.0.0.0 https://kronhyx.github.io/BaseBundle/

Custom symfony functions

  Sources   Download

MIT

The Requires

 

by Randy Téllez Galán

performance