We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello ! thank for your work !
i have somes problems ....
i do all u did.
update the composer "require": { "php": ">=5.5.9", "laravel/framework": "5.2.*", "alaouy/youtube": "dev-master"
and composer update after
'providers' => [
/* * Laravel Framework Service Providers... */ Illuminate\Auth\AuthServiceProvider::class, Illuminate\Broadcasting\BroadcastServiceProvider::class, Illuminate\Bus\BusServiceProvider::class, Illuminate\Cache\CacheServiceProvider::class, Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class, Illuminate\Cookie\CookieServiceProvider::class, Illuminate\Database\DatabaseServiceProvider::class, Illuminate\Encryption\EncryptionServiceProvider::class, Illuminate\Filesystem\FilesystemServiceProvider::class, Illuminate\Foundation\Providers\FoundationServiceProvider::class, Illuminate\Hashing\HashServiceProvider::class, Illuminate\Mail\MailServiceProvider::class, Illuminate\Pagination\PaginationServiceProvider::class, Illuminate\Pipeline\PipelineServiceProvider::class, Illuminate\Queue\QueueServiceProvider::class, Illuminate\Redis\RedisServiceProvider::class, Illuminate\Auth\Passwords\PasswordResetServiceProvider::class, Illuminate\Session\SessionServiceProvider::class, Illuminate\Translation\TranslationServiceProvider::class, Illuminate\Validation\ValidationServiceProvider::class, Illuminate\View\ViewServiceProvider::class, Alaouy\Youtube\YoutubeServiceProvider::class,
add the provider
php artisan vendor:publish and set the key i had.
and now :
i have this error Curl Error : SSL certificate problem: unable to get local issuer certificate
i am developping on WAMP in localhost
The text was updated successfully, but these errors were encountered:
i found how to resolve my issue changing wamp for xamp and follow a tuto to add a new certifcate and working for me
Sorry, something went wrong.
No branches or pull requests
hello ! thank for your work !
i have somes problems ....
i do all u did.
update the composer
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.2.*",
"alaouy/youtube": "dev-master"
and composer update after
'providers' => [
add the provider
php artisan vendor:publish and set the key i had.
and now :
i have this error Curl Error : SSL certificate problem: unable to get local issuer certificate
i am developping on WAMP in localhost
The text was updated successfully, but these errors were encountered: