- Evolution API v2 integration with full HTTP client - WhatsApp instance management (Create, Connect, Delete, LogOut, Restart) - Real-time QR Code display with Alpine.js countdown timer - Pairing code support for WhatsApp Web linking - Webhook endpoint for receiving Evolution API events - Complete instance settings (reject calls, always online, read messages, etc.) - Filament v4 Resource with modal QR Code after instance creation - Table actions for Connect, View, and Edit - Status badges with Filament's native components - Full translations support (English and Portuguese) - Native Filament multi-tenancy support - DTOs with Spatie Laravel Data for type safety - Laravel Events for extensibility - Background job processing for webhooks and messages - Comprehensive configuration file
11 lines
133 B
Plaintext
11 lines
133 B
Plaintext
/vendor/
|
|
/.phpunit.cache/
|
|
/.idea/
|
|
/.vscode/
|
|
.DS_Store
|
|
composer.lock
|
|
.phpunit.result.cache
|
|
coverage/
|
|
.php-cs-fixer.cache
|
|
phpstan.neon
|