authwrap/userform

该包最新版本(1.0.0)没有提供许可证信息。

动态组织表单

1.0.0 2022-12-22 06:17 UTC

This package is not auto-updated.

Last update: 2024-09-23 11:37:51 UTC


README

=> 现在打开 config/app.php 文件并添加服务提供者和别名。 'providers' => [ .... authwrap\Userform\UserformServiceProvider::class, ], => 现在我们已经安装了包,我们需要发布数据库迁移和配置文件:php artisan vendor:publish --provider="authwrap\Userform\UserformServiceProvider"

=> 我们现在可以运行迁移以在数据库中创建新表:php artisan migrate