laravel中间件失效,配置文件重新加载

composer dump-autoload

php artisan cache:clear


清理视图缓存

   php atisan view:clear

清除运行缓存   

   php artisan cache:clear

清除配置

   php artisan config:clear

清除路由缓存

扫描二维码关注公众号,回复: 7984109 查看本文章

   php artisan route:clear

创建建立

  session

表迁移

   php artisan session:table

猜你喜欢

转载自www.cnblogs.com/jasonLiu2018/p/11936914.html