Sugeng Suprayogi
Results
3
comments of
Sugeng Suprayogi
php_cas_server_oauth_weibo I have installed. ``` config/app.php 'providers' => [ .... Leo108\CASServer\OAuth\Weibo\CASOAuthWeiboServiceProvider::class, ], ``` ``` app/Interactions/UserLogin.php public function showLoginPage(Request $request, array $errors = []) { dd(app(PluginCenter::class)->getAll()); return view( 'auth.login', [ 'errorMsgs'...