Skip to content

Commit b1b9263

Browse files
committed
modulo2 - Step1 Bundles & Step2 Using a Service
1 parent 69a0db5 commit b1b9263

File tree

10 files changed

+1159
-154
lines changed

10 files changed

+1159
-154
lines changed

Diff for: .idea/copyright/profiles_settings.xml

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .idea/misc.xml

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .idea/vcs.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .idea/workspace.xml

+175-107
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: app/AppKernel.php

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public function registerBundles()
1515
new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),
1616
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
1717
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
18+
new Knp\Bundle\MarkdownBundle\KnpMarkdownBundle(),
1819
new AppBundle\AppBundle(),
1920
];
2021

Diff for: app/Resources/views/genus/show.html.twig

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
<dt>Known Species:</dt>
1818
<dd>289</dd>
1919
<dt>Fun Fact:</dt>
20-
<dd>Octopuses can change the color of their body in just three-tenths of a second!</dd>
20+
<dd>{{ funFact|raw }}</dd>
21+
{#<dd>Octopuses can change the color of their body in just three-tenths of a second!</dd>#}
2122
</dl>
2223
</div>
2324
</div>

Diff for: composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"doctrine/doctrine-bundle": "^1.6",
2525
"doctrine/orm": "^2.5",
2626
"incenteev/composer-parameter-handler": "^2.0",
27+
"knplabs/knp-markdown-bundle": "^1.5",
2728
"sensio/distribution-bundle": "^5.0.19",
2829
"sensio/framework-extra-bundle": "^3.0.2",
2930
"symfony/monolog-bundle": "^3.1.0",

0 commit comments

Comments
 (0)