Categories
Laravel

How to resolve storage/oauth-private.key does not exist or is not readable ?

Error when executing

php artisan route:list -c

Error

storage/oauth-private.key does not exist or is not readable

Solution

 php artisan config:clear

php artisan key:generate

php artisan config:clear

Now execute

php artisan route:list -c