File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ $response = new Response(
2525);
2626```
2727
28- [ Installation] ( Resources/docs/configuration_reference .md )
28+ [ Installation] ( Resources/docs/install .md )
2929
3030[ Configuration reference] ( Resources/docs/configuration_reference.md )
3131
Original file line number Diff line number Diff line change 22
33### Composer ###
44
5- "padam87/rasterize-bundle": "~1.0",
5+ ``` json
6+ "padam87/rasterize-bundle" : " ~1.0" ,
7+ ```
68
79### AppKernel ###
810
9- $bundles = array(
10- ...
11- new Padam87\RasterizeBundle\Padam87RasterizeBundle(),
12- );
11+ ``` php
12+ $bundles = array(
13+ // ...
14+ new Padam87\RasterizeBundle\Padam87RasterizeBundle(),
15+ );
16+ ```
1317
1418### Install assets ###
1519
16- php app/console assets:install
20+ ``` bash
21+ php app/console assets:install
22+ ```
You can’t perform that action at this time.
0 commit comments