efrogg/content-renderer-storyblok-bundle

symfony bundle using storyblok content renderer

Maintainers

Package info

github.com/e-frogg/content-renderer-storyblok-bundle

Homepage

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

Statistics

Installs: 4 146

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

3.1.2 2025-12-02 15:31 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'