PHPackages                             pvessel/article-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. pvessel/article-bundle

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

pvessel/article-bundle
======================

Simple CRUD Article Bundle.

09PHP

Since Oct 9Pushed 11y ago1 watchersCompare

[ Source](https://github.com/pvessel/article-bundle)[ Packagist](https://packagist.org/packages/pvessel/article-bundle)[ RSS](/packages/pvessel-article-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PvesselArrayBundle
==================

[](#pvesselarraybundle)

This bundle allow to create and view Articles.

### Installation

[](#installation)

#### Step 1: Download PvesselArticleBundle using composer

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

Tell composer to require PvesselArticleBundle by running the command:

```
$ php composer.phar require "pvessel/article-bundle:dev-master"
```

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

#### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
