jeffersongoncalves / filament-whatsapp-widget
This Filament package provides a simple yet customizable WhatsApp widget for your website. It allows you to easily add a clickable WhatsApp button or floating widget to connect visitors directly with your WhatsApp account. The widget is designed to be easily integrated into your Laravel application
Fund package maintenance!
jeffersongoncalves
Requires
- php: ^8.2|^8.3
- filament/filament: ^3.0
- jeffersongoncalves/laravel-whatsapp-widget: ^1.0
- laravel/framework: ^11.0|^12.0
- spatie/laravel-package-tools: ^1.14.0
- ysfkaya/filament-phone-input: ^3.1
Requires (Dev)
- larastan/larastan: ^3.0
- orchestra/testbench: ^9.0|^10.0
This package is auto-updated.
Last update: 2025-03-31 22:30:49 UTC
README
Filament Whatsapp Widget
This Filament package provides a simple yet customizable WhatsApp widget for your website. It allows you to easily add a clickable WhatsApp button or floating widget to connect visitors directly with your WhatsApp account. The widget is designed to be easily integrated into your Laravel application and is fully customizable to match your website's design.
Installation
You can install the package via composer:
composer require jeffersongoncalves/filament-whatsapp-widget
Usage
Publish config file.
php artisan vendor:publish --tag=whatsapp-widget-config php artisan vendor:publish --tag=filament-whatsapp-widget-config
Publish migration file.
php artisan vendor:publish --tag=whatsapp-widget-migrations
Publish assets file.
php artisan vendor:publish --tag=whatsapp-widget-assets php artisan vendor:publish --tag=filament-phone-input-assets
Add in AdminPanelProvider.php
use JeffersonGoncalves\Filament\WhatsappWidget\WhatsappWidgetPlugin; ->plugins([ WhatsappWidgetPlugin::make(), ])
Add head template.
@include('whatsapp-widget::whatsapp-widget-head')
Add body template.
@include('whatsapp-widget::whatsapp-widget-body')
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.