> @php artisan cache:clear
Failed to clear cache. Make sure you have the appropriate permissions.
解决办法:
在storage/framework/cache/
目录下创建一个data文件夹然后在执行命令(来源):
# php artisan cache:clear
Application cache cleared!
> @php artisan cache:clear
Failed to clear cache. Make sure you have the appropriate permissions.
解决办法:
在storage/framework/cache/
目录下创建一个data文件夹然后在执行命令(来源):
# php artisan cache:clear
Application cache cleared!
Loading...