(https:// wrapper is disabled in the server configuration by allow_url_fopen =0 [closed]

随声附和 提交于 2020-01-26 04:48:18

问题


Hello Guys am working on laravel project and now i want to install passport for api in laravel i but i am getting an error during installation of passport in laravel project i was find the solution of this problem and i apply in it but still i am getting same error i have lost my last 3 days on this error guys please help me below image you can see the issue that am facing

i found this solution but it is also not working
; cPanel-generated php ini directives, do not edit
; Manual editing of this file may result in unexpected behavior.
; To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
; For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)

allow_url_fopen = On
allow_url_include = On

https://imgur.com/cGVKbm6


回答1:


Try this, then reinstall Passport:

php artisan cache:clear


来源:https://stackoverflow.com/questions/59838141/https-wrapper-is-disabled-in-the-server-configuration-by-allow-url-fopen-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!