PHP code example of innoboxrr / laravel-auth

1. Go to this page and download the library: Download innoboxrr/laravel-auth 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/ */

    

innoboxrr / laravel-auth example snippets





return [

    // ...

    'google' => [
        'client_id' => 'ÇLIENT_ID',
        'client_secret' => 'CLIEN_SECRET',
        'redirect' => '/auth/social/google/callback',
    ]

];