laravel中间件失效,配置文件重新加载
Posted 潇潇六月雨
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了laravel中间件失效,配置文件重新加载相关的知识,希望对你有一定的参考价值。
composer dump-autoload
php artisan cache:clear
清理视图缓存
php atisan view:clear
清除运行缓存
php artisan cache:clear
清除配置
php artisan config:clear
清除路由缓存
php artisan route:clear
创建建立
session
表迁移
php artisan session:table
以上是关于laravel中间件失效,配置文件重新加载的主要内容,如果未能解决你的问题,请参考以下文章
SpringCloud+@RefreshScope+@Value配置中心动态加载(刷新)配置文件
SpringCloud+@RefreshScope+@Value配置中心动态加载(刷新)配置文件