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

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

remocode/nova-wizard
====================

A Laravel Nova tool.

0.1.2(4y ago)01691[1 issues](https://github.com/hassan-knopsmedia/remocode-nova-wizard/issues)MITVuePHP &gt;=7.1.0

Since May 16Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (4)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 remocode/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 Remocode\NovaWizard\Contracts\Wizard;
    use Remocode\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 `Remocode\NovaWizard\Contracts\IgnoreUpdateWizard`.

### This package is developed by and all credit goes to

[](#this-package-is-developed-by-and-all-credit-goes-to-httpsgithubcomzareismail)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~273 days

Total

3

Last Release

1648d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4507e5a322107d36d53515cf6726d6a1e2278f13b756095d063ce81f1ff285f9?d=identicon)[hassanhazara](/maintainers/hassanhazara)

---

Top Contributors

[![hassan-knopsmedia](https://avatars.githubusercontent.com/u/77295248?v=4)](https://github.com/hassan-knopsmedia "hassan-knopsmedia (11 commits)")[![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)")

---

Tags

laravelnova

### Embed Badge

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

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

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

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

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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