laravel-admin 登录时判断用户是否启用状态

2.0.0 2020-04-02 06:18 UTC

This package is auto-updated.

Last update: 2024-04-29 04:27:20 UTC


README

示例: Image text

Image text

Installation First, install dependencies:

1、composer require james.xue/login

2、php artisan migrate

3、php artisan vendor:publish --tag=login

Configuration In the extensions section of the config/admin.php file, add some configuration that belongs to this extension.

 'extensions' => [
     'login' => [
         // set to false if you want to disable this extension
         'enable' => true,
     ]
 ]