gurudin/laravel-admin

There is no license information available for the latest version (dev-master) of this package.

admin

dev-master 2019-08-05 02:56 UTC

This package is auto-updated.

Last update: 2024-05-05 16:00:45 UTC


README

添加用户认证

php artisan make:auth

配置

修改config/auth.php 文件 providers->users->model配置

'model' => Gurudin\LaravelAdmin\Models\User::class,