Heroku and Laravel Passport

后端 未结 4 1576
执念已碎
执念已碎 2021-01-03 06:09

I try to install my app on heroku. This app is a php-laravel app with the \"passport\" for the authentication. All is running fine in my local machine (mac os).

Whe

4条回答
  •  离开以前
    2021-01-03 06:47

    My solution was quite straight forward:

    1. go to your .gitignore file
    2. comment out /storage/*.key
    3. re-deploy to heroku

    It appears that the oauth-keys are ignored by default in Laravel (v.7)

提交回复
热议问题