Skip to content

yemiwebby/sendSms-laravel

Repository files navigation

Send SMS in a Laravel Application

Send SMS within a Laravel Application. (Check Here for the complete tutorial)

Getting Started

Clone this repository

git clone https://github.com/yemiwebby/sendSms-laravel.git

Change Directory

cd sendSms-laravel

install all dependencies

composer install 
Copy .env.example to .env
cp .env.example .env
Generate Application secure key (in .env file)
php artisan key:generate

Database Connection Setup

Create a database and update .env file with database credentials

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=Your-database-name
DB_USERNAME=Your-database-username
DB_PASSWORD=Your-database-password

Run migrations

php artisan migrate

Serve the Application

php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published