PHPackages                             codingfarm/the-forum-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. codingfarm/the-forum-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

codingfarm/the-forum-bundle
===========================

2.1.x-dev(12y ago)246JavaScript

Since Feb 1Pushed 12y ago3 watchersCompare

[ Source](https://github.com/codingfarm/CFTheForumBundle)[ Packagist](https://packagist.org/packages/codingfarm/the-forum-bundle)[ RSS](/packages/codingfarm-the-forum-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

CFTheForumBundle
================

[](#cftheforumbundle)

Requirements:
-------------

[](#requirements)

- KnpTimeBundle
- WysiBB fork
- WhiteOctoberPagerfantaBundle
- KnockoutJS

Основные возможности и концепции
--------------------------------

[](#основные-возможности-и-концепции)

Форум жестко не привязан к имеющейся системе авторизации, имеется зависимость только от Symfony\\Component\\Security\\Core\\User\\UserInterface, так что вы можете использовать любую реализацию, FOSUserBundle - поддерживается.

Форум имеет три основных сущности:

- Категория
- Топик
- Пост

Инсталяция
----------

[](#инсталяция)

### Step 1: Download CFTheForumBundle using composer

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

Add CFTheBundle in your composer.json:

```
{
    "require": {
        "codingfarm/the-forum-bundle": "dev-master"
    }
}
```

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

```
$ php composer.phar update codingfarm/the-forum-bundle
```

Composer will install the bundle to your project's `vendor/codingfarm/the-forum-bundle/` directory.

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
