Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
LaravelPassportPassportServiceProvider::class,

#Run the migrations
php artisan migrate

#Generate key
php artisan passport:install
 
PREVIOUS NEXT
Tagged: #Key #path #exist #readable
ADD COMMENT
Topic
Name
6+8 =