你绝对想不到的laravel清理缓存方法
- 建站笔记
- 2022-04-13
- 844

这些编译好了的视图缓存。
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
更多教程:《php教程》
以上就是你绝对想不到的laravel清理缓存方法的详细内容,更多请关注白琉璃源码网其它相关文章!
本文由白琉璃于2022-04-13发表在白琉璃源码网,如有侵权或疑问,请联系我们,谢谢。
本文链接:https://www.bailiuli.com/t/1672.html
发表评论