PHP code example of moxso / laravel-scaleway-tem

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

    

moxso / laravel-scaleway-tem example snippets


return [
    'project_id' => env('SCALEWAY_TEM_PROJECT_ID'),
    'api_key' => env('SCALEWAY_TEM_API_KEY'),
    'region' => env('SCALEWAY_TEM_REGION', 'fr-par'),
];  

'scaleway' => [
    'transport' => 'scaleway',
]
bash
php artisan vendor:publish --tag="scaleway-tem-config"