PHPackages                             bbit/blog-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. bbit/blog-bundle

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

bbit/blog-bundle
================

symfony BBITBlogBundle

1371[1 issues](https://github.com/BranchBit/BlogBundle/issues)CSS

Since Oct 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/BranchBit/BlogBundle)[ Packagist](https://packagist.org/packages/bbit/blog-bundle)[ RSS](/packages/bbit-blog-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

BlogBundle
==========

[](#blogbundle)

A **very simple** blogbundle for symfony2. **STILL A WORK IN PROGRESS**

Can be seen live at  &amp;

### Step 1: Download BBITBlogBundle using composer

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

Add BBITBlogBundle in your composer.json:

```
{
    "require": {
        "knplabs/knp-markdown-bundle": "~1.3",
        "eko/feedbundle":  "dev-master",
        "bbit/blog-bundle": "dev-master"
    }
}
```

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

```
$ php composer.phar install
```

Composer will install the bbit/blog-bundle bundle to your project's `vendor/BBIT` directory.

### Step 2: Enable the bundles

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

Enable the bundle in the kernel:

```
