PHP code example of srit83 / laravel-extardent

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

    

srit83 / laravel-extardent example snippets


'providers' => array(
    //...
    'Srit83\Extsentry\ExtsentryServiceProvider',
    //...
)


use Srit83\LaravelExtardent\Extardent;

class SmsRecipient extends Extardent
{
}