PHPackages                             beberlei/acme-pizza - 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. [Admin Panels](/categories/admin)
4. /
5. beberlei/acme-pizza

ActiveSymfony-bundle[Admin Panels](/categories/admin)

beberlei/acme-pizza
===================

v1.0.3(14y ago)13135727[4 issues](https://github.com/beberlei/AcmePizzaBundle/issues)PHPPHP &gt;=5.3.2

Since Jan 23Pushed 14y ago4 watchersCompare

[ Source](https://github.com/beberlei/AcmePizzaBundle)[ Packagist](https://packagist.org/packages/beberlei/acme-pizza)[ RSS](/packages/beberlei-acme-pizza/feed)WikiDiscussions master Synced 3w ago

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

Acme Pizza Bundle
=================

[](#acme-pizza-bundle)

This is a test-bundle for the experimental form support.

It is very early status and will be finalized as a demo example over the weekend.

Distribution: Best used with [Symfony Standard Edition](https://github.com/symfony/symfony-standard)

Requirements
------------

[](#requirements)

Symfony() obviously.

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

[](#installation)

### Add the deps for the needed bundles

[](#add-the-deps-for-the-needed-bundles)

```
[AcmePizzaBundle]
    git=https://github.com/beberlei/AcmePizzaBundle.git
    target=/bundles/Acme/PizzaBundle

[doctrine-fixtures]
    git=http://github.com/doctrine/data-fixtures.git

[DoctrineFixturesBundle]
    git=http://github.com/symfony/DoctrineFixturesBundle.git
    target=/bundles/Symfony/Bundle/DoctrineFixturesBundle
```

Next, run the vendors script to download the bundles:

```
$ php bin/vendors install
```

### Add to autoload.php

[](#add-to-autoloadphp)

```
$loader->registerNamespaces(array(
    'Acme'             => __DIR__.'/../vendor/bundles',
    // ...
```

### Register AcmePizzaBundle to Kernel

[](#register-acmepizzabundle-to-kernel)

```
