This repository demonstrates how to send WhatsApp messages using Twilio API in a Laravel 12 application.
📖 Full Tutorial: Read on itstuffsolutiotions.io
- 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.)
- PHP >= 8.1
- Composer
- Laravel 12
- Twilio Account with WhatsApp-enabled number
- 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