DEV Community

Chidiebere Chukwudi
Chidiebere Chukwudi

Posted on • Updated on

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

First enter php artisan config:clear
then,
enter php artisan cache:clear

Reference

Top comments (2)

Collapse
 
moussouba profile image
moussouba • Edited

Just make sure that storage/framework/cache/data directory exists or create it manually
All will work like a charm

Collapse
 
cleitonlima profile image
Cleiton Lima

When creating the 'data' folder it worked normally.