Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
679e7938da | ||
|
|
c1959d52c7 | ||
|
|
26091a8bcb | ||
|
|
7e19b0341b |
@@ -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:
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user