PHP code example of plazari15 / laravel-fluig

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

    

plazari15 / laravel-fluig example snippets


'Plazari15\LaravelFluig\LaravelFluigServiceProvider'

	'FLUIGPHP' => array(
			'FLUIG_CONSUMER_KEY'=>'',
			'FLUIG_CONSUMER_SECRET'=>'',
			'FLUIG_ACCESS_TOKEN'=>'',
			'FLUIG_TOKEN_SECRET'=>'',
			'FLUIG_CONSUMER_KEY_POST'=>'',
			'FLUIG_CONSUMER_SECRET_POST'=>'',
			'FLUIG_ACCESS_TOKEN_POST'=>'',
			'FLUIG_TOKEN_SECRET_POST'=>'',
			'FLUIG_URL'=>''
		)
	
bash
php artisan config:publish plazari15/laravel-fluig