laravel清除视图缓存

mac2025-06-11  33

清除视图缓存,就是清除

D:\phpStudy\WWW\BCCKidV1.0\storage\framework\views\002f30b1cb2dfabccb4d098aa01326ed06eaba7a.php

这些编译好了的视图缓存。 php artisan view:clear

清除运行缓存: php artisan cache:clear

清除配置缓存: php artisan config:clear

最新回复(0)