liip / hello-bundle
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
Requires
- php: ^5.3.9|^7.0
- doctrine/phpcr-bundle: ~1.3
- doctrine/phpcr-odm: ~1.0
- friendsofsymfony/rest-bundle: ~1.7
- friendsofsymfony/user-bundle: ~2.0
- jms/serializer-bundle: ~1.0
- liip/container-wrapper-bundle: ~1.0
- liip/hyphenator-bundle: ~2.0
- liip/imagine-bundle: ~1.0
- liip/search-bundle: ~2.0
- liip/theme-bundle: ~1.0
- liip/url-auto-converter-bundle: ~1.0
- nelmio/api-doc-bundle: ~2.3
- symfony/framework-bundle: ~2.7|~3.0|^4.0
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
-
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
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