Add and configure redirect bundle.
This commit is contained in:
parent
9deeaf6772
commit
1c07b44f1b
112 changed files with 288 additions and 128 deletions
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
|
||||
use Mavimo\Sculpin\Bundle\RedirectBundle\SculpinRedirectBundle;
|
||||
use Opdavies\Sculpin\Bundle\ContentGeneratorBundle\SculpinContentGeneratorBundle;
|
||||
use Opdavies\Sculpin\Bundle\GistEmbedBundle\SculpinGistEmbedBundle;
|
||||
use Opdavies\Sculpin\Bundle\TwigMarkdownBundle\SculpinTwigMarkdownBundle;
|
||||
|
@ -20,6 +21,7 @@ class SculpinKernel extends AbstractKernel
|
|||
return [
|
||||
SculpinContentGeneratorBundle::class,
|
||||
SculpinGistEmbedBundle::class,
|
||||
SculpinRedirectBundle::class,
|
||||
SculpinRelatedPostsBundle::class,
|
||||
SculpinTwigMarkdownBundle::class,
|
||||
SculpinTwigSortByFieldBundle::class
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue