add nova wizard

This commit is contained in:
2023-11-24 21:19:50 +05:00
parent 0898dbc73f
commit 392136dc9b
6 changed files with 194 additions and 3 deletions

53
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "77a24bc6798fc44d2104306518b27e22",
"content-hash": "e54517769c07296164429fd898ff3555",
"packages": [
{
"name": "brick/math",
@@ -7071,6 +7071,57 @@
],
"time": "2022-03-08T17:03:00+00:00"
},
{
"name": "wdelfuego/nova-wizard",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/wdelfuego/nova-wizard.git",
"reference": "4e8879415a417f10554a69e3214acd2fb8599c1f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wdelfuego/nova-wizard/zipball/4e8879415a417f10554a69e3214acd2fb8599c1f",
"reference": "4e8879415a417f10554a69e3214acd2fb8599c1f",
"shasum": ""
},
"require": {
"laravel/nova": "^4.0",
"php": "^7.3|^8.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Wdelfuego\\NovaWizard\\ToolServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Wdelfuego\\NovaWizard\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"AGPL-3.0-or-later",
"proprietary"
],
"description": "A tool to create wizards in Nova 4.",
"keywords": [
"form",
"laravel",
"multi step",
"multistep",
"nova",
"wizard"
],
"support": {
"issues": "https://github.com/wdelfuego/nova-wizard/issues",
"source": "https://github.com/wdelfuego/nova-wizard/tree/v1.0.1"
},
"time": "2023-10-17T13:18:08+00:00"
},
{
"name": "webmozart/assert",
"version": "1.11.0",