Laravel showing “Failed to clear cache. Make sure you have the appropriate permissions”

后端 未结 12 2273
逝去的感伤
逝去的感伤 2020-12-10 00:58

Laravel was displaying to me \"Access denied for user \'homestead\'@\'localhost\' (using password: YES)\". One solution for this was clearing the cache and the config cache

12条回答
  •  春和景丽
    2020-12-10 01:09

    maybe you need to chmod 777 -R storage folder. and i think it can also chown www-data:www-data

提交回复
热议问题