mercredi 16 mars 2016

InvalidArgumentException in Manager.php line 90

this is service.php

 'weixinweb'=>[
            'client_id' => env('WEIXIN_KEY')
            'client_secret' =>env('WEIXIN_SECRET'),
            'redirect' => env('WEIXIN_REDIRECT'),
        ],
this is routes.php
Route::get('/weixinweb/', 'Auth\AuthController@weixinweb');//add
Route::get('/weixinweb/callback/','Auth\AuthController@weixinwebcallback');/add
this is eventserviceprovide.php
'SocialiteProviders\Manager\SocialiteWasCalled' => [
       'SocialiteProviders\WeixinWeb\WeixinWebExtendSocialite@handle',//add
    ]
InvalidArgumentException in Manager.php line 90: 
Driver [weixin web] not supported.
the result

via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire