I have applied the passport auth in laravel. I have done this on my local machine and AWS server too. Now I am trying to apply the same to a shared hosting, where I won't be able to access the terminal. So my curiosity is just to know is it possible to apply for the passport without php artisan passport: install?
没有php工匠护照的护照:在部署服务器上安装
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
4条回答 默认 最新
doukesou4452 2018-03-15 09:04关注Try to make a controller with a connected HTTP route, and put
Artisan::call('passport:install');there. Then go to the url to run the command.
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报