PHP code example of connysjoblom / laravel-gslt
1. Go to this page and download the library: Download connysjoblom/laravel-gslt 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/ */
connysjoblom / laravel-gslt example snippets
return [
'steam' => [
'apikey' => env('STEAM_APIKEY')
]
];
Gslt::get(730, 'Testserver');
Gslt::delete(12345678901234567890)
bash
php artisan vendor:publish --tag="laravel-gslt-config"