Laravel-admin 對使用者設定禁用功能

vinhson發表於2019-01-02

示例:
file
file

安裝:

1、composer require james.xue/login

2、php artisan migrate

3、config/admin.php新增
 'extensions' => [
     'login' => [
         // set to false if you want to disable this extension
         'enable' => true,
     ]
 ]

部落格地址:http://blog.jstm365.com
github地址:https://github.com/xiaoxuan6/login

本作品採用《CC 協議》,轉載必須註明作者和本文連結
不要輕易放棄。學習成長的路上,我們長路漫漫,只因學無止境 Don't give up easily. On the way of learning and growing up, we have a long way to go, just because there is no end to learning.

相關文章