PHPackages                             elcweb/twigdatabaseloader-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. elcweb/twigdatabaseloader-bundle

ActiveSymfony-bundle

elcweb/twigdatabaseloader-bundle
================================

Allows you to easily override or load template from the database before the filesystem

041PHP

Since Jan 14Pushed 10y ago1 watchersCompare

[ Source](https://github.com/elcweb/TwigDatabaseLoaderBundle)[ Packagist](https://packagist.org/packages/elcweb/twigdatabaseloader-bundle)[ RSS](/packages/elcweb-twigdatabaseloader-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

TwigDatabaseLoaderBundle
========================

[](#twigdatabaseloaderbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/4642f99d985b0c71f3176be0589b506d38f05ad5ea9757bd12cd90f5f1932e63/68747470733a2f2f706f7365722e707567782e6f72672f656c637765622f7477696764617461626173656c6f616465722d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/elcweb/twigdatabaseloader-bundle)[![Total Downloads](https://camo.githubusercontent.com/212bcce14733bfdaeeecd7c598ba9a8050a75763f1eedf7500699518f17aab53/68747470733a2f2f706f7365722e707567782e6f72672f656c637765622f7477696764617461626173656c6f616465722d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/elcweb/twigdatabaseloader-bundle)

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

[](#installation)

### Step 1: Download using composer

[](#step-1-download-using-composer)

```
{
    "require": {
        "elcweb/twigdatabaseloader-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update elcweb/twigdatabaseloader-bundle
```

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
