PHPackages                             shapecode/theme-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. shapecode/theme-bundle

AbandonedSymfony-bundle[Templating &amp; Views](/categories/templating)

shapecode/theme-bundle
======================

Provides theming support for Symfony Bundles

1205PHP

Since Jul 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/shapecode/theme-bundle)[ Packagist](https://packagist.org/packages/shapecode/theme-bundle)[ RSS](/packages/shapecode-theme-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Theme Bundle
============

[](#theme-bundle)

This bundle provides you the possibility to add themes to each bundle. In your bundle directory it will look under `Resources/themes/` or fall back to the normal Resources/views if no matching file was found.

Installation
------------

[](#installation)

Installation is a quick (I promise!) 3 step process:

1. Download ShapecodeThemeBundle
2. Enable the Bundle

### Step 1: Install ShapecodeThemeBundle with composer

[](#step-1-install-shapecodethemebundle-with-composer)

Run the following composer require command:

```
$ php composer.phar require shapecode/theme-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Finally, enable the bundle in the kernel:

```
