authwrap/userform
最新稳定版本:1.0.0
Composer 安装命令:
composer require authwrap/userform
包简介
Dynamic Organization form
README 文档
README
=> Now open config/app.php file and add service provider and aliase. 'providers' => [ .... authwrap\Userform\UserformServiceProvider::class, ], => Now that we've installed the package, we'll need to publish the database migration and config file: php artisan vendor:publish --provider="authwrap\Userform\UserformServiceProvider"
=> We can now run the migrations to create the new tables in our database: php artisan migrate
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-12-27