PHP code example of livo / sms-payvand

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

    

livo / sms-payvand example snippets

bash
 php artisan vendor:publish --tag=payvand-config
 
 php artisan vendor:publish --tag=sms-migrations
 
bash
 php artisan migrate --path=database/migrations/2022_02_10_101629_create_sms_logs_table.php