message \storage\oauth-private.key" does not exist or is not readable"

Run: php artisan passport:install This command will create the encryption keys needed to generate secure access tokens.This will create "personal access" and "password grant" clients which will be used to generate access tokens. php artisan passport:client --personal This command may be used to create your own clients for testing your auth functionality.

Comments

Popular posts from this blog

Git Commands