PHP code example of bigbharatjain / laravel-clickatell

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

    

bigbharatjain / laravel-clickatell example snippets


'providers' => [
    // Other service providers...
    Clickatell\ClickatellServiceProvider::class,
],

'aliases' => [
    // Other aliases
    'Clickatell' => Clickatell\ClickatellFacade::class,
],