laravel清理缓存

     清理视图缓存
          php atisan view:clear
      清除运行缓存
          php artisan cache:clear
     清除配置
          php artisan  config:clear
     清除路由缓存
          php artisan route:clear
     创建建立session表迁移
          php artisan session:table

猜你喜欢

转载自www.cnblogs.com/yingyong/p/11519971.html
今日推荐