PHPackages                             marshmallow/nova-formbuilder - 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. marshmallow/nova-formbuilder

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

marshmallow/nova-formbuilder
============================

Build wizards, forms &amp; more for Laravel using Laravel Nova &amp; TALL stack

4137[2 PRs](https://github.com/marshmallow-packages/nova-formbuilder/pulls)PHP

Since Sep 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/marshmallow-packages/nova-formbuilder)[ Packagist](https://packagist.org/packages/marshmallow/nova-formbuilder)[ RSS](/packages/marshmallow-nova-formbuilder/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Build wizards, forms &amp; more for Laravel using Laravel Nova &amp; TALL stack
===============================================================================

[](#build-wizards-forms--more-for-laravel-using-laravel-nova--tall-stack)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6bab24b8224745f10d8f5cd7cdb344c5a83c2338bfc9ac2aac08642e60f8d647/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d617273686d616c6c6f772f6e6f76612d666f726d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marshmallow/nova-formbuilder)[![GitHub Tests Action Status](https://camo.githubusercontent.com/2d4e80a01f1e60fbba0c2ce65b0705ed4f84995c6c42c92a658062807568a303/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6d617273686d616c6c6f772d7061636b616765732f6e6f76612d666f726d6275696c6465722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/marshmallow/nova-formbuilder/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/d269878fd860a7c45275e7c73acca1de2e1301f0b8a97814e4a3d2a051df94a1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6d617273686d616c6c6f772d7061636b616765732f6e6f76612d666f726d6275696c6465722f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/marshmallow-packages/nova-formbuilder/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/14fe916be61c22a3273436bcfaa5d7cee8f96d9529e717271992235f029a6e23/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d617273686d616c6c6f772f6e6f76612d666f726d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marshmallow/nova-formbuilder)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require marshmallow/nova-formbuilder
```

Install with

```
php artisan nova-formbuilder:install
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="nova-formbuilder-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="nova-formbuilder-config"
```

Add alpine &amp; livewire &amp; add this after loading scripts:

```
@include('nova-formbuilder::alpine-tooltip')
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="nova-formbuilder-views"
php artisan vendor:publish --provider="Marshmallow\NovaFormbuilder\FormComponentsServiceProvider" --tag="marshmallow-views"
```

Add it to NovaServiceProvider.php

```
MenuSection::make(__('Forms'), [
    MenuItem::resource(\Marshmallow\NovaFormbuilder\Nova\Form::class),
    MenuItem::resource(\Marshmallow\NovaFormbuilder\Nova\Step::class),
    MenuItem::resource(\Marshmallow\NovaFormbuilder\Nova\Question::class),
    MenuItem::resource(\Marshmallow\NovaFormbuilder\Nova\QuestionAnswer::class),
    MenuItem::resource(\Marshmallow\NovaFormbuilder\Nova\QuestionAnswerOption::class),
])->icon('clipboard-list')->collapsable(),
```

Usage
-----

[](#usage)

```

```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Marshmallow](https://github.com/marshmallow-packages)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

TODO
----

[](#todo)

\[\] set configs &amp; explanation for external packages like: Livewire, Alpine, Spatie Media, laravel-honeypot &amp; sortable \[\] remove media lib pro (make custom extension) \[\] Add translations \[\] add or remove Flex layouts ??? \[\] Add custom fields \[\] add JS &amp; Css \[\] remove Ray calls (only in debug) \[\] add Tooltip alpineJs

// EXTRA \[\] Create submissable form model like the org Notifiable \[\] convert to formsubmit response \[\] Set models in config \[\] Set Livewire traits to implements \[\] Remove nova restrictions per resource (authorizedToDelete etc.) \[\] Make nova resources extendable

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 84.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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/be33d2624e24c516e73892b0929447cc762f3622c024ab8d0d2a59042e5d2c7f?d=identicon)[marshmallow](/maintainers/marshmallow)

---

Top Contributors

[![LTKort](https://avatars.githubusercontent.com/u/2412670?v=4)](https://github.com/LTKort "LTKort (73 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")[![stefvanesch](https://avatars.githubusercontent.com/u/46725619?v=4)](https://github.com/stefvanesch "stefvanesch (2 commits)")

### Embed Badge

![Health badge](/badges/marshmallow-nova-formbuilder/health.svg)

```
[![Health](https://phpackages.com/badges/marshmallow-nova-formbuilder/health.svg)](https://phpackages.com/packages/marshmallow-nova-formbuilder)
```

###  Alternatives

[orklah/psalm-strict-types

Adds strict\_types declaration when the file is provably safe

16104.0k](/packages/orklah-psalm-strict-types)[ytake/php-presto-client

php prestodb client

1835.6k](/packages/ytake-php-presto-client)

PHPackages © 2026

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