PHPackages                             liip/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. liip/theme-bundle

Abandoned → [sylius/theme-bundle](/?search=sylius%2Ftheme-bundle)Symfony-bundle

liip/theme-bundle
=================

Provides theming support for #Symfony2 Bundles

1.7.0(6y ago)2872.2M—7.2%74[22 issues](https://github.com/liip/LiipThemeBundle/issues)[5 PRs](https://github.com/liip/LiipThemeBundle/pulls)8MITPHPPHP ^7.0CI failing

Since Apr 15Pushed 5y ago52 watchersCompare

[ Source](https://github.com/liip/LiipThemeBundle)[ Packagist](https://packagist.org/packages/liip/theme-bundle)[ RSS](/packages/liip-theme-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (9)Versions (22)Used By (8)

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

[](#theme-bundle)

> This project is not longer maintained and recommends to use [SyliusThemeBundle](https://github.com/Sylius/SyliusThemeBundle) instead for support of Symfony 5 and Twig 3. For migration have a look at [Migrate to SyliusThemeBundle](#migrate-to-syliusthemebundle).

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.

[![Build Status](https://camo.githubusercontent.com/496ed5fc536a85f973903a6b8e8c4da1dd795e91af52f715e6b52e3dd828ddbd/68747470733a2f2f7472617669732d63692e636f6d2f6c6969702f4c6969705468656d6542756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/liip/LiipThemeBundle)

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

[](#installation)

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

1. Download LiipThemeBundle
2. Enable the Bundle
3. Import LiipThemeBundle routing

### Step 1: Install LiipThemeBundle with composer

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

Run the following composer require command:

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

### Step 2: Enable the bundle

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

Finally, enable the bundle in the kernel:

```
