laravel-admin取消https

在config文件里面,找到admin.php,

添加一行代码即可:

'https' => false

  

原文地址:https://www.cnblogs.com/mmykdbc/p/12928838.html