Laravel 8 无法清除缓存。确保您具有适当的权限

Posted

技术标签:

【中文标题】Laravel 8 无法清除缓存。确保您具有适当的权限【英文标题】:Laravel 8 Failed to clear cache. Make sure you have the appropriate permissions 【发布时间】:2021-01-13 22:14:41 【问题描述】:

我正在运行 php artisan cache:clear 以通过 SSH 清除 Godaddy 共享主机中的缓存。

我的其他 artisan 命令有效,但 php artisan cache:clear 无效。

我收到以下错误:

Failed to clear cache. Make sure you have the appropriate permissions.

【问题讨论】:

确保bootstrap/cache文件夹有正确的权限read/write 【参考方案1】:

确保您的用户对storage/cache 文件夹具有正确的权限。

如果不看看这个问题并给予正确的权限。

How to set up file permissions for Laravel?

【讨论】:

【参考方案2】:

您还可以使用 Artisan 外观来清除实时服务器/生产中的缓存。

Artisan::call('cache:clear');

【讨论】:

以上是关于Laravel 8 无法清除缓存。确保您具有适当的权限的主要内容,如果未能解决你的问题,请参考以下文章

laravel 缓存清除有时不起作用

在我清除缓存之前,无法在 Laravel 中运行预定的命令

如何用php清除浏览器缓存?

Laravel 4清除所有过期缓存

proform初始值获取不到

如何关闭Laravel的缓存