efrogg/content-renderer-storyblok-bundle

symfony bundle using storyblok content renderer

Installs: 3 006

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/efrogg/content-renderer-storyblok-bundle

3.0.2 2025-06-17 13:44 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'