PHP code example of ikoncept / ikoncept-socialite-provider
1. Go to this page and download the library: Download ikoncept/ikoncept-socialite-provider library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
ikoncept / ikoncept-socialite-provider example snippets
protected $listen = [
\SocialiteProviders\Manager\SocialiteWasCalled::class => [
'Ikoncept\IkonceptSocialiteProvider\IkonceptExtendSocialite@handle',
],
];
'ikoncept' => [
'client_id' => env('IKONCEPT_CLIENT_ID'), // Your Ikoncept Client ID
'client_secret' => env('IKONCEPT_CLIENT_SECRET'), // Your Ikoncept Client Secret
'redirect' => 'http://ikoncept.se/login/ikoncept/callback'
],