欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  神坛PHP

laravel清理缓存方法

程序员文章站 2022-02-22 20:22:39
...

编译好了的视图缓存。

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


相关标签: 缓存