I am using Laravel-5.8 for a web application. In order to integrate Azure AD SSO, I installed this package in my application:
composer require metrogistics/laravel-azure-ad-oauth
When, I wanted to relaunch my application I got this error:
Class 'Request' not found
The error is found here:
config\azure-oath.php
How do I resolve this error?
Thank you