PHPackages                             zareismail/nova-wizard - 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. zareismail/nova-wizard

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

zareismail/nova-wizard
======================

A Laravel Nova tool.

v0.1.1(2y ago)1421.7k↑52.2%7[5 issues](https://github.com/zareismail/nova-wizard/issues)[8 PRs](https://github.com/zareismail/nova-wizard/pulls)1MITVuePHP &gt;=7.1.0

Since May 16Pushed 2y ago2 watchersCompare

[ Source](https://github.com/zareismail/nova-wizard)[ Packagist](https://packagist.org/packages/zareismail/nova-wizard)[ RSS](/packages/zareismail-nova-wizard/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)DependenciesVersions (11)Used By (1)

nova-wizard
===========

[](#nova-wizard)

A wizard form for the Laravel Nova

##### Table of Contents

[](#table-of-contents)

- [Introduction](#introduction)
- [Installation](#installation)
- [Resource Configurations](#resource-configurations)
- [Storing](#storing)
- [Ignore Wizard On Update](#ignore-wizard-on-update)

Introduction
------------

[](#introduction)

This package gives you the ability to `creating` or `updating` a resource step by step and `validating` and `storing` resources on each step.

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

[](#installation)

To get started with `nova-wizard` run the below command:

```
    composer require zareismail/nova-wizard

```

Resource Configurations
-----------------------

[](#resource-configurations)

To use, your resource class should implement the `Wizard` interface. Then for creating each step use the `Step` class like the following:

```
    use Zareismail\NovaWizard\Contracts\Wizard;
    use Zareismail\NovaWizard\Step;

    class Supply extends Resource implements Wizard
    {
        return [
            (new Step(__('Step One'), [

                // some fields

            ])->withToolbar()

            new Step('Step Two', [
            ]),

            new Step(__('Step Three'), function() {
                return [
                ];
            }),
        ];
    }

```

Now; your source automatically displays wizard form to you.

Storing
-------

[](#storing)

By default; each step, except the last, will store in the session. if you need to store data into the database after a specific step you should call the `Checkpoint` method on that step. now, checkpoint step and all steps after it will be store in the `DB`.

Ignore Wizard On Update
-----------------------

[](#ignore-wizard-on-update)

For ignoring `wizard-form` on the update page, your resource should implement the `Zareismail\NovaWizard\Contracts\IgnoreUpdateWizard`.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~1181 days

Total

2

Last Release

1059d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/188c6af1615930311adb86de0f0f1e9241b3306d8f7680c385caa6aa0810ca48?d=identicon)[zareismail](/maintainers/zareismail)

---

Top Contributors

[![zareismail](https://avatars.githubusercontent.com/u/23401061?v=4)](https://github.com/zareismail "zareismail (9 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/zareismail-nova-wizard/health.svg)

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3453.7M8](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

52178.7k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17186.3k1](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11273.0k](/packages/datomatic-nova-detached-actions)[wemersonrv/input-mask

A Laravel Nova custom field text with masks on input

1198.4k](/packages/wemersonrv-input-mask)

PHPackages © 2026

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