thephpx/user
Composer 安装命令:
composer require thephpx/user
包简介
User module
README 文档
README
Installation
composer require thephpx/user
Post Installation Commands
php artisan vendor:publish --provider="Thephpx\User\Providers\UserServiceProvider" --tag="config" php artisan vendor:publish --provider="Thephpx\User\Providers\UserServiceProvider" --tag="seeder" php artisan migrate php artisan db:seed --class="ThephpxUserDatabaseSeeder"
- make sure in config/auth.php the user model points the this packages user model
'model' => env('AUTH_MODEL', Thephpx\User\Models\User::class)
Packages used
- Fortify
- Laravel permissions
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-05