james.xue/login

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

Installs: 2 189

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 0

Forks: 1

Open Issues: 0

pkg:composer/james.xue/login

1.2.2 2019-03-23 14:47 UTC

This package is auto-updated.

Last update: 2025-11-24 16:02:57 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,
     ]
 ]