PHPackages                             riclep/laravel-storyblok-forms - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. riclep/laravel-storyblok-forms

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

riclep/laravel-storyblok-forms
==============================

Use Storyblok as a form builder with riclep/laravel-storyblok

0.3.9(1mo ago)2287↓50%1[1 issues](https://github.com/RicLeP/laravel-storyblok-forms/issues)[2 PRs](https://github.com/RicLeP/laravel-storyblok-forms/pulls)MITPHPPHP ^8.1|^8.2|^8.3|^8.4

Since Apr 12Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/RicLeP/laravel-storyblok-forms)[ Packagist](https://packagist.org/packages/riclep/laravel-storyblok-forms)[ Docs](https://github.com/RicLeP/laravel-storyblok-forms/)[ RSS](/packages/riclep-laravel-storyblok-forms/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (4)Dependencies (10)Versions (40)Used By (0)

An addon package for [Laravel Storyblok](https://github.com/RicLeP/laravel-storyblok) that lets you use the [Storyblok headless CMS](https://www.storyblok.com/) as a form builder.
===================================================================================================================================================================================

[](#an-addon-package-for-laravel-storyblok-that-lets-you-use-the-storyblok-headless-cms-as-a-form-builder)

[![Latest Version on Packagist](https://camo.githubusercontent.com/27c407da87245f7d6528dd4643424f755e8e45356be7567bd141056f66dc5607/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7269636c65702f6c61726176656c2d73746f7279626c6f6b2d666f726d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/riclep/laravel-storyblok-forms)[![Build](https://camo.githubusercontent.com/d3d9a04e6b42c66c8522d8fd20cb04ab35b0a3e4766a8efd7b0986009fbc4f52/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f6275696c642f672f7269636c65702f6c61726176656c2d73746f7279626c6f6b2d666f726d733f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/riclep/laravel-storyblok-forms)[![Quality Score](https://camo.githubusercontent.com/e1a311914bcc016113451d9e66e927fa66d8bb3e9450eb140863ce8573603f0f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f7269636c65702f6c61726176656c2d73746f7279626c6f6b2d666f726d733f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/riclep/laravel-storyblok-forms)[![Total Downloads](https://camo.githubusercontent.com/f8beb4089ae08b3614e51b2149e5c260114e4e99cc55ed5ad42d11b858b1f8cd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7269636c65702f6c61726176656c2d73746f7279626c6f6b2d666f726d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/riclep/laravel-storyblok-forms)[![Twitter](https://camo.githubusercontent.com/3ee100c1d9b9f6f3dcd78ade7c8b59d50202431f53fafcaa1e5ce0215633714c/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f7269636c65702e7376673f7374796c653d736f6369616c266c6162656c3d466f6c6c6f77)](https://twitter.com/intent/follow?screen_name=riclep)

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

[](#installation)

This page requires [Laravel Storyblok](https://github.com/RicLeP/laravel-storyblok)

First install the package.

`composer require riclep/laravel-storyblok-forms`

Publish the package assets - this will copy stub views for each form component

`php artisan vendor:publish`

Tell Laravel Storyblok where to find the Form Block classes but editing your `laravel-storyblok` config file and adding the `Riclep\StoryblokForms` namespace.

`'component_class_namespace' => ['Riclep\StoryblokForms\\', 'App\Storyblok\\'],`

Install the components - this will create the required components and component groups in Storyblok. Ensure you have your management key and space ID set up in the `.env`, see [Laravel Storyblok](https://github.com/RicLeP/laravel-storyblok) installation for details.

`php artisan lsf:install`

Documentation
-------------

[](#documentation)

[Read the docs](https://ls.sirric.co.uk/docs/2.11/laravel-storyblok-forms)

[Contribute to the docs](https://github.com/RicLeP/laravel-storyblok-docs/)

Key Features
------------

[](#key-features)

- Use the install Artisan command to create the required components in Storyblok
- Add fields and validation rules in Storyblok
- Simple validation
- Outputs collected form data in a structured format

Future plans
------------

[](#future-plans)

More validation and field types.

### Changelog

[](#changelog)

[See it here](CHANGELOG.md)

Contributing
------------

[](#contributing)

Please feel free to help expand and improve this project. The package uses Git Flow but you can submit a pull request to be merged to the develop branch.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- Richard Le Poidevin [GitHub](https://github.com/riclep) / [Twitter](https://twitter.com/riclep)
- [Storyblok](https://www.storyblok.com/)
- [Laravel](https://laravel.com/)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance80

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 98.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~45 days

Recently: every ~241 days

Total

33

Last Release

55d ago

PHP version history (5 changes)0.0.1PHP ^7.4|^8.0

0.2.0PHP ^8.0

0.2.4PHP ^8.0|^8.1|^8.2

0.3.6PHP ^8.1|^8.2|^8.3

0.3.8PHP ^8.1|^8.2|^8.3|^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/8cc0947c5075928ca6160ab3c81f608db980edaefafd50fd904d060ba5c40817?d=identicon)[ric@sirric.co.uk](/maintainers/ric@sirric.co.uk)

---

Top Contributors

[![RicLeP](https://avatars.githubusercontent.com/u/19726976?v=4)](https://github.com/RicLeP "RicLeP (176 commits)")[![codyworthen](https://avatars.githubusercontent.com/u/106708797?v=4)](https://github.com/codyworthen "codyworthen (1 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (1 commits)")

---

Tags

laravelcmsFormscontent managementform-builderstoryblokheadless cms

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/riclep-laravel-storyblok-forms/health.svg)

```
[![Health](https://phpackages.com/badges/riclep-laravel-storyblok-forms/health.svg)](https://phpackages.com/packages/riclep-laravel-storyblok-forms)
```

###  Alternatives

[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6272.7k4](/packages/riclep-laravel-storyblok)[barryvdh/laravel-form-bridge

This packages integrates Symfony Form Component in Laravel.

163354.8k1](/packages/barryvdh-laravel-form-bridge)[netojose/laravel-bootstrap-4-forms

Bootstrap 4 form builder for Laravel 5

182115.3k](/packages/netojose-laravel-bootstrap-4-forms)[erlandmuchasaj/laravel-gzip

Gzip your responses.

40129.3k2](/packages/erlandmuchasaj-laravel-gzip)[inkvizytor/fluentform

Form builder for Laravel

3416.2k](/packages/inkvizytor-fluentform)[grafite/forms

A remarkably magical form package for Laravel.

376.5k1](/packages/grafite-forms)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
