PHP code example of looxis / laravel-scopevisio

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

    

looxis / laravel-scopevisio example snippets


'providers' => [
    // Other Service Providers

    Looxis\Laravel\ScopeVisio\ScopeVisioServiceProvider::class,
],

SCOPEVISIO_CUSTOMER=1234567
[email protected]
SCOPEVISIO_PASSWORD=secret
SCOPEVISIO_ORGANISATION='My Organisation'

SCOPEVISIO_SANDBOX=true
SCOPEVISIO_SANDBOX_ORGANISATION='My Sandbox Organisation'
 php
php artisan vendor:publish --provider="Looxis\Laravel\ScopeVisio\ScopeVisioServiceProvider" --tag=config