Skip to content

Commit

Permalink
Merge pull request #32 from cordoval/patch-1
Browse files Browse the repository at this point in the history
added deps and various
  • Loading branch information
brikou committed Jul 30, 2011
2 parents de4ba28 + dbf07c3 commit bbb73ef
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

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

Expand All @@ -16,6 +15,29 @@ Symfony(https://github.com/symfony/symfony) obviously.
Installation
------------

### Add the deps for the needed bundles

``` php
[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
```

### Add to autoload.php

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

### Register AcmePizzaBundle to Kernel


Expand Down

0 comments on commit bbb73ef

Please sign in to comment.