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

ActiveLibrary

lakridserne/nova-wizard
=======================

A Laravel Nova tool.

0.2.0(3y ago)0107MITVuePHP &gt;=7.1.0

Since May 16Pushed 3y agoCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

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 lakridserne/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 lakridserne\NovaWizard\Contracts\Wizard;
    use lakridserne\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 `lakridserne\NovaWizard\Contracts\IgnoreUpdateWizard`.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.5% 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 ~772 days

Total

2

Last Release

1412d ago

### Community

Maintainers

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

---

Top Contributors

[![zareismail](https://avatars.githubusercontent.com/u/23401061?v=4)](https://github.com/zareismail "zareismail (8 commits)")[![jbworlddev](https://avatars.githubusercontent.com/u/97317190?v=4)](https://github.com/jbworlddev "jbworlddev (4 commits)")[![lakridserne](https://avatars.githubusercontent.com/u/419298?v=4)](https://github.com/lakridserne "lakridserne (1 commits)")

---

Tags

laravelnova

### Embed Badge

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

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[coreproc/nova-notification-feed

A Laravel Nova package that adds a notification feed in your Nova app.

10149.1k](/packages/coreproc-nova-notification-feed)[inspheric/nova-defaultable

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

51174.8k1](/packages/inspheric-nova-defaultable)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

40199.8k](/packages/cybercog-laravel-nova-ban)[insenseanalytics/nova-server-monitor

A Laravel Nova tool for Spatie's Server Monitor library.

6546.9k](/packages/insenseanalytics-nova-server-monitor)[datomatic/nova-detached-actions

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

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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