PHP code example of sawirricardo / laravel-amantelepower
1. Go to this page and download the library: Download sawirricardo/laravel-amantelepower 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/ */
sawirricardo / laravel-amantelepower example snippets
return [
'api_key' => env('AMANTELEPOWER_API_KEY'),
'client_id' => env('AMANTELEPOWER_CLIENT_ID'),
'sender_id' => env('AMANTELEPOWER_SENDER_ID'),
];
Sawirricardo\LaravelAmantelepower\Facades\LaravelAmantelepower::sendSms('phoneNumber', 'Hello, world');
bash
php artisan vendor:publish --tag="laravel-amantelepower-config"