Skip to content

Commit

Permalink
Fixed setup.md to help Victoire newbies with the install
Browse files Browse the repository at this point in the history
  • Loading branch information
Djyp authored and lenybernard committed Apr 30, 2018
1 parent 5c49c11 commit b4c8b02
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Twitter Follow](https://img.shields.io/twitter/follow/victoirecms.svg?style=social&label=Victoirecms)](https://twitter.com/troopersagency) [![Gitter](https://badges.gitter.im/Victoire/victoire.svg)](https://gitter.im/Victoire/victoire?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

```sh
symfony new tutorial 3.4
symfony new tutorial 3.4.2
cd tutorial
```

Expand All @@ -16,7 +16,7 @@ cd tutorial
### Composer

```
composer require victoire/victoire twig/twig:~2.0
composer require victoire/victoire:^2.2 twig/twig:~2.0
```

### AppKernel
Expand Down Expand Up @@ -101,10 +101,10 @@ framework:
```

#### Add some config

`app/config/config.yml`
```yml
imports:
...
- { resource: "@VictoireCoreBundle/Resources/config/config.yml" }
- { resource: "@VictoireTwigBundle/Resources/config/config.yml" }

Expand Down Expand Up @@ -159,6 +159,7 @@ victoire_i18n:
```

`app/config/security.yml`
`Replace the current security.yml with this one`
```
security:
encoders:
Expand Down

0 comments on commit b4c8b02

Please sign in to comment.