Extending the art & spirit of PHP, Laravel Framework is based on simplicity, object-oriented best practices, corporate friendly licensing, and a rigorously tested agile codebase.
Laravel SMS gateway
It is a Laravel package which will serve as gateway to send SMS through various providers. It supports multiple sms gateways, and easily extendable to support new gateways. Installing the SMS gateway After install follow one of these steps: Run the command php artisan vendor:publish to publish the extension. It will also copy the sms_gateway.php into the config folder of your laravel application. If the sms_gateway.php file does not exists in your application config folder, just copy the entire file and […]