Answers for "Key path \"file:///var/app/current/storage/oauth-private.key\" does not exist or is not readable","

1

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

php artisan passport:install
Posted by: Guest on May-31-2021
2

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
Posted by: Guest on January-16-2021

Code answers related to "Key path \"file:///var/app/current/storage/oauth-private.key\" does not exist or is not readable","

Browse Popular Code Answers by Language