Error: Class 'Request' not found in Laravel config\azure-oath
Error: Class 'Request' not found in Laravel config\azure-oath
我正在使用 Laravel-5.8 作为 Web 应用程序。为了集成 Azure AD SSO,我在我的应用程序中安装了这个包:
composer require metrogistics/laravel-azure-ad-oauth
当我想重新启动我的应用程序时,我收到了这个错误:
Class 'Request' not found
这里发现错误:
config\azure-oath.php
如何解决此错误?
谢谢
@Sunil kumawat 的评论中的 link 已经解决了这个问题,只需将其添加为答案,以方便其他人在这里找到。
https://github.com/metrogistics/laravel-azure-ad-oauth/issues/1
I deleted that part of the code, now the code is like this: 'redirect' => '/ login / microsoft / callback', and it works for me.
我正在使用 Laravel-5.8 作为 Web 应用程序。为了集成 Azure AD SSO,我在我的应用程序中安装了这个包:
composer require metrogistics/laravel-azure-ad-oauth
当我想重新启动我的应用程序时,我收到了这个错误:
Class 'Request' not found
这里发现错误:
config\azure-oath.php
如何解决此错误?
谢谢
@Sunil kumawat 的评论中的 link 已经解决了这个问题,只需将其添加为答案,以方便其他人在这里找到。
https://github.com/metrogistics/laravel-azure-ad-oauth/issues/1
I deleted that part of the code, now the code is like this: 'redirect' => '/ login / microsoft / callback', and it works for me.