yemiwebby / sendSms-laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 95.0%Language:HTML 4.3%Language:Vue 0.7%