storage/oauth-private.key does not exist or is not readable - 7-Views
storage/oauth-private.key does not exist or is not readable
This issue arises when we run API in Laravel app using Passport but the passport package is not installed.
The solution is: Go to Command Prompt and go to the project directory and run the following command.
php artisan passport:install