liip/LiipHelloBundle

Name: LiipHelloBundle

Owner: Liip

Description: [DEPRECATED] Alternative Hello World Bundle for Symfony2 using several FriendsOfSymfony Bundles

Created: 2011-02-26 17:47:37.0

Updated: 2018-03-05 12:49:46.0

Pushed: 2017-12-05 09:34:02.0

Homepage:

Size: 349

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

UNMAINTAINED

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:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.