laravel-wizard:Laravel向导组件

时间:2024-06-07 23:33:11
【文件属性】:

文件名称:laravel-wizard:Laravel向导组件

文件大小:11KB

文件格式:ZIP

更新时间:2024-06-07 23:33:11

PHP

拉拉维奇 简单的laravel分步向导 版本 Laravel版本 php版本 1.1 5. * ^ 7.0 ^ 1.4 6. * || 7. * || 8. * ^ 7.2 安装 $ composer require smajti1/laravel-wizard 示例/方式 添加路线 use App \ Http \ Controllers \ UserWizardController ; Route :: get ( 'wizard/user/{step?}' , [ UserWizardController ::class, 'wizard' ])-> name ( 'wizard.user' ); Route :: post ( 'wizard/user/{step}' , [ UserWizardController ::class, 'wizardPost' ])-


【文件预览】:
laravel-wizard-master
----.gitignore(50B)
----Dockerfile(416B)
----attach.sh(58B)
----src()
--------Exceptions()
--------Wizard.php(5KB)
--------Step.php(1KB)
----LICENSE(1KB)
----composer.json(636B)
----CHANGELOG.md(2KB)
----docker-compose.yml(126B)
----README.md(4KB)
----phpunit.xml(706B)
----tests()
--------Step()
--------WizardTest.php(6KB)

网友评论