PHP code example of anny / laravel-scaleway-tem

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

    

anny / laravel-scaleway-tem example snippets


'scaleway' => [
        'project_id' => env('SCALEWAY_PROJECT_ID'),
        'api_key' => env('SCALEWAY_API_KEY'),
        'region' => env('SCALEWAY_REGION', 'fr-par'),
]

'scaleway' => [
    'transport' => 'scaleway',
    ]