I am using Heroku. As far as I know, Heroku is adding OpenSSL support by default ( https://devcenter.heroku.com/articles/php-support ).
All things, such as php artisan install:passport , started without any problems, and my project is also available on the Internet.
When I asked php artisan route:list , I got this exception:
[LogicException] Key path "file:///app/storage/oauth-private.key" does not exist or is not readable
Which seems to me the same as above.
I did everything just as well. After these git steps showed that I have a key stored in my storage folder, so I did and clicked them on Heroku.
This solved the problem, now everything is fine on Geroku.
(Everything is in order, are there the same keys here and there?)
laze
source share