storage/oauth-private.key\" does not exist or is not readable
php artisan passport:install
storage/oauth-private.key\" does not exist or is not readable
php artisan passport:install
Key path "file:///home/user/projectname/storage/oauth-public.key" does not exist or is not readable
#Install passport
composer require laravel/passport
#Register the service provider in config/app.php
Laravel\Passport\PassportServiceProvider::class,
#Run the migrations
php artisan migrate
#Generate key
php artisan passport:install
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us