From 7402c8e3a2cee89fb843f364a2c7c157972f28c7 Mon Sep 17 00:00:00 2001 From: Ariful Islam Date: Thu, 2 Nov 2023 17:06:10 +0600 Subject: [PATCH] update readme file; table of contents --- readme.md | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/readme.md b/readme.md index b79fd38..49e7558 100644 --- a/readme.md +++ b/readme.md @@ -9,22 +9,25 @@ gateways for Laravel Framework. You can watch installation proc * [Installation](#installation) - * [Step 1:](#step-1) - * [Step 2:](#step-2) - * [Step 3:](#step-3) - * [Step 4:](#step-4) - * [Usage](#usage) - * [Simply use the facade](#simply-use-the-facade) - * [Or, with facade alias](#or-with-facade-alias) - * [Or, if you need to change the default provider on the fly](#or-if-you-need-to-change-the-default-provider-on-the-fly) - * [Or, if you want to send message with queue. This queue will be added in your jobs. Message be sent as soon as job is run.](#or-if-you-want-to-send-message-with-queue-this-queue-will-be-added-in-your-jobs-message-be-sent-as-soon-as-job-is-run) + * [Step 1:](#step-1) + * [Step 2:](#step-2) + * [Step 3:](#step-3) + * [Step 4:](#step-4) + * [Usage](#usage) + * [Simply use the facade](#simply-use-the-facade) + * [Or, with facade alias](#or-with-facade-alias) + * [Or, if you need to change the default provider on the fly](#or-if-you-need-to-change-the-default-provider-on-the-fly) + * [Or, you can send message with queue. This queue will be added in your jobs table. Message will be sent as soon as job is run.](#or-you-can-send-message-with-queue-this-queue-will-be-added-in-your-jobs-table-message-will-be-sent-as-soon-as-job-is-run-) * [Log Generate](#log-generate) * [Sample Code](#sample-code) - * [SSLCommerz](#sslcommerz) - * [Demo Response Using SSL](#demo-response-using-ssl) - * [MimSMS](#mimsms) -* [Currently Supported SMS Gateways](#currently-supported-sms-gateways) + * [SSLCommerz](#sslcommerz) + * [MimSms](#mimsms) + * [Sms Send Using Custom Gateway](#sms-send-using-custom-gateway) +* [Currently Supported Sms Gateways](#currently-supported-sms-gateways) + * [Stargazers](#stargazers) + * [Forkers](#forkers) + * [Contributors](#contributors) @@ -163,7 +166,7 @@ $sender->setConfig( $status = $sender->send(); -# Sms Send Using Custom Gateway +## Sms Send Using Custom Gateway `We have tried to added most of the gateways of Bangladesh in this package as much as possible. But still if you don't find your expected gateway in this list, then use Custom Gateway using following code snippet.`
 use Xenon\LaravelBDSms\Provider\CustomGateway;