PHPackages                             kr-solutions/krcms-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. [Framework](/categories/framework)
4. /
5. kr-solutions/krcms-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

kr-solutions/krcms-bundle
=========================

Content Management System bundle for symfony 2

1.3.10(7y ago)02111[1 PRs](https://github.com/kr-solutions/krcms-bundle/pulls)MITPHP

Since May 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/kr-solutions/krcms-bundle)[ Packagist](https://packagist.org/packages/kr-solutions/krcms-bundle)[ Docs](https://www.kr-solutions.nl/)[ RSS](/packages/kr-solutions-krcms-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (38)Used By (0)

krcms-bundle
============

[](#krcms-bundle)

Content Management System for integration in (existing) Symfony 3 projects.

Easy to connect with your own security and user management (bundle).

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

[](#installation)

### Step 1: Composer

[](#step-1-composer)

Add KRSolutionsKRCMSBundle to your composer.json

```
{
    "require": {
        "kr-solutions/krcms-bundle": "~1",
    }
}
```

also add **component-dir** under config node of composer.json

```
{
    "config": {
        "component-dir": "web/assets"
    }
}
```

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

```
composer update kr-solutions/krcms-bundle
```

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
