You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that `dev-master` points to the latest release. If you want to use the latest development version please use `dev-develop`. Of course you can also use an explicit version number, e.g., `1.0.*`.
33
+
If you dont use Symfony Flex you have to add `ShapecodeTwigTemplateEventBundle` to your `bundles.php`:
31
34
32
-
You have to add `ShapecodeTwigTemplateEventBundle` to your `AppKernel.php`:
33
-
34
-
```php
35
+
```php
35
36
<?php
36
-
// app/AppKernel.php
37
-
//...
38
-
class AppKernel extends Kernel
39
-
{
40
-
//...
41
-
public function registerBundles()
42
-
{
43
-
$bundles = array(
44
-
...
45
-
new Shapecode\Bundle\TwigTemplateEventBundle\ShapecodeTwigTemplateEventBundle(),
0 commit comments