liip/hello-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

This Bundle provides examples for various Liip and other bundles.

Installs: 1 437

Dependents: 0

Suggesters: 0

Security: 0

Stars: 204

Watchers: 51

Forks: 54

Open Issues: 0

Type:symfony-bundle

dev-master 2017-12-05 09:34 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:21:50 UTC


README

This bundle is no longer maintained. Feel free to fork it if needed.

Installation

  1. Add this bundle to your composer.json:

     $ php composer.phar require liip/hello-bundle:dev-master
    
  2. Add this bundle to your application's kernel:

     // application/ApplicationKernel.php
     public function registerBundles()
     {
         return array(
             // ...
             new Liip\HelloBundle\LiipHelloBundle(),
             // ...
         );
     }
    

Alternatively download and install the following Symfony2 Standard Edition fork:

    $ git clone https://github.com/liip-forks/symfony-standard.git
    $ cd symfony-standard
    $ git checkout techtalk

What is this?

Just a very simple example bundle using services for controllers and the following Bundles:

  • FOSRestBundle / JMSSerializerBundle
  • FOSUserBundle
  • DoctrinePHPCRBundle
  • LiipContainerWrapperBundle
  • LiipImagineBundle
  • LiipDoctrineCacheBundle
  • LiipThemeBundle
  • LiipHyphenatorBundle
  • NelmioApiDocBundle