You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get the error after implement Authorization Code Flow and when i include require_once DIR . '/vendor/autoload.php';
its show require_once(C:\xxxxxxxxxxxxx\wwwroot\app\Http\Controllers/vendor/autoload.php): Failed to open stream: No such file or directory.
The text was updated successfully, but these errors were encountered:
Is this for a Laravel application? If so, it already autoloads composer (in public/index.php); you'd require thenetworg/oauth2-azure at the repository root ("C:\xx\wwwroot" in your case)
get the error after implement Authorization Code Flow and when i include require_once DIR . '/vendor/autoload.php';
its show require_once(C:\xxxxxxxxxxxxx\wwwroot\app\Http\Controllers/vendor/autoload.php): Failed to open stream: No such file or directory.
The text was updated successfully, but these errors were encountered: