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

ActiveSymfony-bundle

deepaspl/theme-bundle
=====================

Provides theming support for Symfony4 Bundles

1.0(5y ago)053MITPHPPHP ^7.0

Since Jan 13Pushed 5y agoCompare

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

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

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

[](#theme-bundle)

> This project is created form [LiipThemeBundle](https://github.com/liip/LiipThemeBundle) for twig 3.\*

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 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:

```
