Commit a0dd9b4406c5d2e0c17dde1b63952ce5dbaa10f6
1 parent
5e935baa
Exists in
master
and in
2 other branches
doc
Showing
1 changed file
with
12 additions
and
2 deletions
Show diff stats
README.md
... | ... | @@ -64,8 +64,18 @@ Instalação: |
64 | 64 | php app/console doctrine:schema:update --force |
65 | 65 | |
66 | 66 | 6 – Instale os assets. |
67 | - | |
68 | - php app/console assetic:dump | |
67 | + Edite o arquivo app/config/config.yml e adicione CocarBundle na opção bundles | |
68 | + //... | |
69 | + # Assetic Configuration | |
70 | + assetic: | |
71 | + debug: "%kernel.debug%" | |
72 | + use_controller: false | |
73 | + bundles: [ CocarBundle ] | |
74 | + | |
75 | + //... | |
76 | + | |
77 | + | |
78 | + php app/console assetic:dump | |
69 | 79 | php app/console assets:install |
70 | 80 | |
71 | 81 | 7 – Adicione os agendamentos ao cron. | ... | ... |