Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

muragijimana's avatar

how to get undertanding

Curl Error : SSL certificate problem: unable to get local issuer certificate i am using this package called alaouy/youtube in laravel 5 and i am getting that error please can you help me?

0 likes
6 replies
muragijimana's avatar

here is my code <?php namespace StrimUp\Http\Controllers; use Youtube; class WelcomeController extends Controller {

public function __construct()
{
    $this->middleware('guest');
}

public function index()
{
    $videoList = Youtube::searchVideos('Android');
    return view('welcome');
}

}

mstnorris's avatar

What version are you using? What did you pull in via composer.json?

Please or to participate in this conversation.