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
Error when executing
php artisan route:list -c
storage/oauth-private.key does not exist or is not readable
php artisan config:clear php artisan key:generate php artisan config:clear
php artisan route:list -c