wallacemartinss/filament-whatsapp-conector
viewMessageHistory() and viewWebhookLogs().Whatsapp) and trait (CanSendWhatsappMessage) for programmatic interactions, reducing direct API dependency in business logic.queue:work) will need setup.EVOLUTION_WEBHOOK_SECRET) or queue failures could lead to missed events.tenancy array in config/filament-evolution.php. Incorrect settings may lead to data leakage or access issues.queue:work crashes) be monitored and alerted? Are there retries or dead-letter queues?EVOLUTION_WEBHOOK_SECRET securely managed (e.g., vault, env variables)? How are webhook signatures validated?queue:work) is configured or planned.composer require wallacemartinss/filament-whatsapp-conector.php artisan vendor:publish --tag="filament-evolution-config" and php artisan vendor:publish --tag="filament-evolution-migrations".php artisan migrate..env with EVOLUTION_URL, EVOLUTION_API_KEY, and webhook settings.PanelProvider:
FilamentEvolutionPlugin::make()
->whatsappInstanceResource()
->viewMessageHistory()
->viewWebhookLogs();
api/webhooks/evolution).EVOLUTION_WEBHOOK_SECRET.php artisan queue:work. For production, use Supervisor or similar.@source directive in resources/css/filament/admin/theme.css should suffice.tenancy config aligns with the project’s tenant model (e.g., team_id column)..env and config/filament-evolution.php.PanelProvider.CanSendWhatsappMessage trait into business logic.evolution:cleanup) for maintenance.config/filament-evolution.php and .env simplifies maintenance.evolution:cleanup reduces manual database maintenance.How can I help you explore Laravel packages today?