envato-php icon indicating copy to clipboard operation
envato-php copied to clipboard

Call to undefined method Nahid\EnvatoPHP\Facades\Envato::getAuthUrl()

Open ghost opened this issue 7 years ago • 0 comments

when i used use Nahid\EnvatoPHP\Facades\Envato; name space following error occur Call to undefined method Nahid\EnvatoPHP\Facades\Envato::getAuthUrl()

its my controller method

'', 'client_secret' => '', "redirect_uri" => '', 'use_personal_token' => FALSE, 'personal_token' => '', 'app_name' => '', ]; $envato = new Envato($config); $envato->getAuthUrl(); $user = Envato::me()->accounts(); dd($user->data); return view('envato_signin'); } }

ghost avatar Dec 03 '18 08:12 ghost