2017 © Pedro Peláez
 

symfony-bundle theme-bundle

Provides website theme support, which makes it easy to share themes between websites or use a multi-site in your application

image

integrated/theme-bundle

Provides website theme support, which makes it easy to share themes between websites or use a multi-site in your application

  • Wednesday, May 10, 2017
  • by integrated
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,627 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 13 Versions
  • 6 % Grown

The README.md

IntegratedThemeBundle

Provides website theme support, which makes it easy to share themes between websites or use a multi-site in your application, (*1)

Requirements

  • See the require section in the composer.json

Features

  • Theme support

Documentation

Installation

This bundle can be installed following these steps:, (*2)

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:, (*3)

LICENSE

Contributing

Pull requests are welcome. Please see our CONTRIBUTING guide., (*4)

About

This bundle is part of the Integrated project. You can read more about this project on the Integrated for developers website., (*5)

The Versions

10/05 2017

0.7.x-dev

0.7.9999999.9999999-dev http://www.e-active.nl

Provides website theme support, which makes it easy to share themes between websites or use a multi-site in your application

  Sources   Download

MIT

The Requires

 

The Development Requires

theme integrated

10/05 2017

dev-master

9999999-dev http://www.e-active.nl

Provides website theme support, which makes it easy to share themes between websites or use a multi-site in your application

  Sources   Download

MIT

The Requires

 

The Development Requires

theme integrated

10/05 2017

0.7

0.7.0.0 http://www.e-active.nl

Provides website theme support, which makes it easy to share themes between websites or use a multi-site in your application

  Sources   Download

MIT

The Requires

 

The Development Requires

theme integrated

10/05 2017

0.6.x-dev

0.6.9999999.9999999-dev http://www.e-active.nl

Provides website theme support, which makes it easy to share themes between websites or use a multi-site in your application

  Sources   Download

MIT

The Requires

 

The Development Requires

theme integrated

10/05 2017

0.6

0.6.0.0 http://www.e-active.nl

Provides website theme support, which makes it easy to share themes between websites or use a multi-site in your application

  Sources   Download

MIT

The Requires

 

The Development Requires

theme integrated

08/05 2017

dev-INTEGRATED-1018-thememanager-fails-when

dev-INTEGRATED-1018-thememanager-fails-when http://www.e-active.nl

Provides website theme support, which makes it easy to share themes between websites or use a multi-site in your application

  Sources   Download

MIT

The Requires

 

The Development Requires

theme integrated

05/05 2017

dev-INTEGRATED-1055-allow-custom-rendering-o

dev-INTEGRATED-1055-allow-custom-rendering-o http://www.e-active.nl

Provides website theme support, which makes it easy to share themes between websites or use a multi-site in your application

  Sources   Download

MIT

The Requires

 

The Development Requires

theme integrated

12/04 2017

dev-INTEGRATED-1002

dev-INTEGRATED-1002 http://www.e-active.nl

Provides website theme support, which makes it easy to share themes between websites or use a multi-site in your application

  Sources   Download

MIT

The Requires

 

The Development Requires

theme integrated

30/03 2017

dev-INTEGRATED-1025-add-behat-phpunit-and-ph

dev-INTEGRATED-1025-add-behat-phpunit-and-ph http://www.e-active.nl

Provides website theme support, which makes it easy to share themes between websites or use a multi-site in your application

  Sources   Download

MIT

The Requires

 

The Development Requires

theme integrated

01/03 2017

dev-INTEGRATED-956-upgrade-to-symfony-28-12

dev-INTEGRATED-956-upgrade-to-symfony-28-12 http://www.e-active.nl

Provides website theme support, which makes it easy to share themes between websites or use a multi-site in your application

  Sources   Download

MIT

The Requires

 

The Development Requires

theme integrated

29/12 2015

0.4.x-dev

0.4.9999999.9999999-dev http://www.e-active.nl

Provides website theme support, which makes it easy to share themes between websites or use a multi-site in your application

  Sources   Download

MIT

The Requires

 

The Development Requires

theme integrated

29/12 2015

0.4

0.4.0.0 http://www.e-active.nl

Provides website theme support, which makes it easy to share themes between websites or use a multi-site in your application

  Sources   Download

MIT

The Requires

 

The Development Requires

theme integrated

31/08 2015

0.3

0.3.0.0 http://www.e-active.nl

Integrated Theme Bundle

  Sources   Download

MIT

The Requires

 

theme integrated