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

后端 未结 12 2269
逝去的感伤
逝去的感伤 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:13

    Try deleting these cached files:

    /bootstrap/cache/packages.php
    /bootstrap/cache/services.php
    /bootstrap/cache/config.php.php
    

    Then run php artisan cache:clear

提交回复
热议问题