Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liip/LiipHelloBundle
[DEPRECATED] Alternative Hello World Bundle for Symfony2 using several FriendsOfSymfony Bundles
https://github.com/liip/LiipHelloBundle
bundle hello-world php symfony symfony-bundle
Last synced: 3 months ago
JSON representation
[DEPRECATED] Alternative Hello World Bundle for Symfony2 using several FriendsOfSymfony Bundles
- Host: GitHub
- URL: https://github.com/liip/LiipHelloBundle
- Owner: liip
- Archived: true
- Created: 2011-02-26T17:47:37.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T09:34:02.000Z (about 7 years ago)
- Last Synced: 2024-09-30T16:21:41.075Z (4 months ago)
- Topics: bundle, hello-world, php, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 341 KB
- Stars: 200
- Watchers: 67
- Forks: 51
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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](https://github.com/liip-forks/symfony-standard/tree/techtalk):
$ git clone https://github.com/liip-forks/symfony-standard.git
$ cd symfony-standard
$ git checkout techtalkWhat 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