PHPackages                             takethelead/laravel-storyblok - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. takethelead/laravel-storyblok

ActiveLibrary

takethelead/laravel-storyblok
=============================

laravel-storyblok

2.1.0(2y ago)01.0kMITPHPPHP ^8.1|^8.2CI failing

Since Jan 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/takethelead/laravel-storyblok)[ Packagist](https://packagist.org/packages/takethelead/laravel-storyblok)[ Docs](https://github.com/takethelead/laravel-storyblok)[ RSS](/packages/takethelead-laravel-storyblok/feed)WikiDiscussions master Synced yesterday

READMEChangelog (8)Dependencies (9)Versions (11)Used By (0)

Laravel Storyblok
=================

[](#laravel-storyblok)

[![Latest Version on Packagist](https://camo.githubusercontent.com/080131b4b48b5caba501974f14c1ca39b4acd9bb57b91991103c53229031f8ac/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74616b657468656c6561642f6c61726176656c2d73746f7279626c6f6b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/takethelead/laravel-storyblok)[![GitHub Tests Action Status](https://camo.githubusercontent.com/3c4686a7c9a31c08601256f3f4a69d60d33e2b134fcdefd8cc9568446cd98255/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f74616b657468656c6561642f6c61726176656c2d73746f7279626c6f6b2f54657374733f6c6162656c3d7465737473)](https://github.com/takethelead/laravel-storyblok/actions?query=workflow%3ATests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/343429d7470a864a7227c8ed1701da3488257e3651d9e3e0041e88617c3b0d04/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74616b657468656c6561642f6c61726176656c2d73746f7279626c6f6b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/takethelead/laravel-storyblok)

Laravel storyblok is a wrapper around the [official Storyblok php client](https://github.com/storyblok/php-client) with some extra Laravel perks.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require takethelead/laravel-storyblok
```

You can publish the config file with:

```
php artisan vendor:publish --provider="TakeTheLead\LaravelStoryblok\LaravelStoryblokServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
