[DEPRECATED] Alternative Hello World Bundle for Symfony2 using several FriendsOfSymfony Bundles
This bundle is no longer maintained. Feel free to fork it if needed.
Add this bundle to your composer.json:
$ php composer.phar require liip/hello-bundle:dev-master
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
Just a very simple example bundle using services for controllers and the following Bundles: