PHP code example of thomaswelton / laravel-oauth

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

    

thomaswelton / laravel-oauth example snippets


'aliases' => array(
	'OAuth' => 'Thomaswelton\LaravelOauth\Facades\OAuth'
)

php artisan config:publish thomaswelton/laravel-oauth

php artisan migrate --package="thomaswelton/laravel-oauth"