Download the PHP package integrated/theme-bundle without Composer
On this page you can find all versions of the php package integrated/theme-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download integrated/theme-bundle
More information about integrated/theme-bundle
Files in integrated/theme-bundle
Download integrated/theme-bundle
More information about integrated/theme-bundle
Files in integrated/theme-bundle
Vendor integrated
Package theme-bundle
Short Description Provides website theme support, which makes it easy to share themes between websites or use a multi-site in your application
License MIT
Homepage http://www.e-active.nl
Package theme-bundle
Short Description Provides website theme support, which makes it easy to share themes between websites or use a multi-site in your application
License MIT
Homepage http://www.e-active.nl
Keywords themeIntegrated
Please rate this library. Is it a good library?
Informations about the package theme-bundle
IntegratedThemeBundle
Provides website theme support, which makes it easy to share themes between websites or use a multi-site in your application
Requirements
- See the require section in the composer.json
Features
- Theme support
Documentation
Installation
This bundle can be installed following these steps:
Install using composer
$ php composer.phar require integrated/theme-bundle:~0.3
Enable the bundle
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Integrated\Bundle\ThemeBundle\IntegratedThemeBundle()
// ...
);
}
Configuration
# app/config/config.yml
integrated_theme:
themes:
mytheme1:
paths:
- @AppBundle/Resources/views/themes/mytheme1
fallback:
- default
mytheme2:
paths:
- @AppBundle/Resources/views/themes/mytheme2
- @OtherBundle/Resources/views/themes/mytheme2
fallback:
- mytheme1
- mytheme3
License
This bundle is under the MIT license. See the complete license in the bundle:
LICENSE
Contributing
Pull requests are welcome. Please see our CONTRIBUTING guide.
About
This bundle is part of the Integrated project. You can read more about this project on the Integrated for developers website.
All versions of theme-bundle with dependencies
PHP Build Version
Package Version
The package integrated/theme-bundle contains the following files
Loading the files please wait ....