efrogg/content-renderer-storyblok-bundle

symfony bundle using storyblok content renderer

2.6.0 2023-10-06 15:38 UTC

This package is auto-updated.

Last update: 2024-04-12 14:31:25 UTC


README

install

composer require efrogg/content-renderer-storyblok-bundle

or composer.json

"efrogg/content-renderer-storyblok-bundle": "^0.1"

add routes

create config/routes/storyblok.yaml file and add following content :

# config/routes/storyblok.yaml
storyblok:
    # loads routes from the given routing file stored in some bundle
    resource: '@StoryblokBundle/Resources/config/routes.yaml'