4 Commits
v1.0.0 ... v1

Author SHA1 Message Date
Wallace Martins da Silva
679e7938da Update README.md 2025-12-19 14:08:51 -03:00
Wallace Martins da Silva
c1959d52c7 Merge pull request #5 from andrefelipe18/fix-event
Remove Invalid Event and add 64 events to webhook
2025-12-09 10:32:55 -03:00
André Domingues
26091a8bcb add base64 config 2025-12-09 10:05:30 -03:00
André Domingues
7e19b0341b Update filament-evolution.php 2025-12-09 08:02:54 -03:00
2 changed files with 3 additions and 3 deletions

View File

@@ -92,8 +92,8 @@ Add the plugin's views and source files to your Filament theme CSS file (e.g., `
@source '../../../../resources/views/filament/**/*';
/* Add these lines for Filament Evolution */
@source '../../../../vendor/wallacemartinss/filament-evolution/resources/views/**/*';
@source '../../../../vendor/wallacemartinss/filament-evolution/src/**/*';
@source '../../../../vendor/wallacemartinss/filament-whatsapp-conector/resources/views/**/*';
@source '../../../../vendor/wallacemartinss/filament-whatsapp-conector/src/**/*';
```
Then rebuild your assets:

View File

@@ -34,11 +34,11 @@ return [
'url' => env('EVOLUTION_WEBHOOK_URL'),
'secret' => env('EVOLUTION_WEBHOOK_SECRET'),
'path' => 'api/evolution/webhook',
'base64' => false,
'events' => [
'APPLICATION_STARTUP',
'QRCODE_UPDATED',
'CONNECTION_UPDATE',
'NEW_TOKEN',
'SEND_MESSAGE',
'PRESENCE_UPDATE',
'MESSAGES_UPSERT',