efrogg/content-renderer-storyblok-bundle

symfony bundle using storyblok content renderer

3.0.1 2025-01-09 14:40 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'