/laravel-send-whatsapp-message-using-twilio-

Laravel 12 WhatsApp Messaging with Twilio – Step-by-step example for sending WhatsApp messages using Laravel (Twilio SDK setup, routes, controller logic, Blade form integration).

Primary LanguageBlade

Laravel 12 - Send WhatsApp Message Using Twilio

Send WhatsApp Message Form Recieved message on whatsapp

This repository demonstrates how to send WhatsApp messages using Twilio API in a Laravel 12 application.

📖 Full Tutorial: Read on itstuffsolutiotions.io


🚀 Features

  • Laravel 12 Setup
  • Twilio SDK Integration
  • WhatsApp Text Message Sending
  • Form UI with Bootstrap
  • .env-based secure configuration
  • Extendable for media messages (images, documents, etc.)

🔧 Requirements

  • PHP >= 8.1
  • Composer
  • Laravel 12
  • Twilio Account with WhatsApp-enabled number

📦 Installation

  1. Clone the repo:
git clone https://github.com/your-username/laravel-whatsapp-twilio.git
cd laravel-whatsapp-twilio

📤 Sending WhatsApp Messages
The app contains a simple form where you can:

Enter a WhatsApp number (in international format)

Write a text message (emojis supported)

Click send — and the message will be delivered via Twilio API