Download the PHP package james.xue/login without Composer
On this page you can find all versions of the php package james.xue/login. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download james.xue/login
More information about james.xue/login
Files in james.xue/login
Download james.xue/login
More information about james.xue/login
Files in james.xue/login
Vendor james.xue
Package login
Short Description laravel-admin 登录时判断用户是否启用状态
License MIT
Homepage https://github.com/xiaoxuan6/login
Package login
Short Description laravel-admin 登录时判断用户是否启用状态
License MIT
Homepage https://github.com/xiaoxuan6/login
Please rate this library. Is it a good library?
Informations about the package login
示例:
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,
]
]
All versions of login with dependencies
PHP Build Version
Package Version
The package james.xue/login contains the following files
Loading the files please wait ....