PHP code example of thecodestash / laravel-jormall-sms-channel

1. Go to this page and download the library: Download thecodestash/laravel-jormall-sms-channel 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/ */

    

thecodestash / laravel-jormall-sms-channel example snippets


return [
];

$jormallSms = new TheCodeStash\JormallSms();
echo $jormallSms->echoPhrase('Hello, TheCodeStash!');
bash
php artisan vendor:publish --tag="laravel-jormall-sms-channel-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="laravel-jormall-sms-channel-config"
bash
php artisan vendor:publish --tag="laravel-jormall-sms-channel-views"