A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs
riclep/laravel-storyblok is a Laravel package for a laravel wrapper around the storyblok api to provide a familiar experience for laravel devs.
It currently has 62 GitHub stars and 78.868 downloads on Packagist (latest version 3.0.0-beta-2).
Install it with composer require riclep/laravel-storyblok.
Discover more Laravel packages by riclep
or browse all Laravel packages to compare alternatives.
Last updated
This package allows you to use fantastic Storyblok headless CMS with the amazing Laravel PHP framework. It’s designed to try and feel natural to Laravel developers and part of the ecosystem whilst also converting Storyblok’s API JSON responses into something powerful with minimal effort.
Embed all types of media in your Storyblok site using only their URL. Package Docs
Improve your content’s typography. Package Docs
Helpers for layout, block positioning and CSS class name generation. Package Docs
Build forms with Storyblok complete with Laravel’s validation. Package Docs
Useful Artisan commands to help manage your content? Check out my Laravel Storyblok CLI package
The tests are mostly up-to-date and cover the majority of the code. A few areas that would require hitting the Storyblok API are not tested. If you have experience mocking API please feel free to contribute tests.
Please feel free to help expand and improve this project.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.