PHP code example of alirezaabdolmaleki / vip-sms
1. Go to this page and download the library: Download alirezaabdolmaleki/vip-sms 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/ */
alirezaabdolmaleki / vip-sms example snippets
config/app.php
//config/app.php
//providers
.
.
Alirezaabdolmaleki\VipSms\VipSmsServiceProvider::class,
.
.
//aliases
.
.
'Sms' => Alirezaabdolmaleki\VipSms\Facades\VipSms::class
.
.