thephpx/user

用户模块

dev-main 2024-06-13 14:10 UTC

This package is auto-updated.

Last update: 2024-09-13 14:38:43 UTC


README

安装

composer require thephpx/user

安装后命令

php artisan vendor:publish --provider="Thephpx\User\Providers\UserServiceProvider" --tag="config"

  • 确保在 config/auth.php 中,用户模型指向此包的用户模型

'model' => env('AUTH_MODEL', Thephpx\User\Models\User::class)

使用的包

  • Fortify
  • Laravel 权限