2017 © Pedro Peláez
 

symfony-bundle hello-bundle

This Bundle provides examples for various Liip and other bundles.

image

liip/hello-bundle

This Bundle provides examples for various Liip and other bundles.

  • Tuesday, December 5, 2017
  • by lsmith
  • Repository
  • 48 Watchers
  • 214 Stars
  • 1,419 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 55 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

UNMAINTAINED

This bundle is no longer maintained. Feel free to fork it if needed., (*1)

Installation

  1. Add this bundle to your composer.json:, (*2)

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

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

    Alternatively download and install the following Symfony2 Standard Edition fork:, (*4)

    $ 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:, (*5)

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

The Versions