站长资讯网
最全最丰富的资讯网站

你绝对想不到的laravel清理缓存方法

你绝对想不到的laravel清理缓存方法

这些编译好了的视图缓存。

   php artisan view:clear

清除运行缓存:

   php artisan cache:clear

Laravel修改配置后一定要清理缓存,清除配置缓存:

   php artisan config:clear

清除路由缓存:

   php artisan route:clear

创建建立session表迁移:

   php artisan session:table

这些编译好了的视图缓存。

   php artisan view:clear

清除运行缓存:

   php artisan cache:clear

Laravel修改配置后一定要清理缓存,清除配置缓存:

   php artisan config:clear

清除路由缓存:

   php artisan route:clear

创建建立session表迁移:

   php artisan session:table

赞(0)
分享到: 更多 (0)
网站地图   沪ICP备18035694号-2    沪公网安备31011702889846号