Documentation Index
Fetch the complete documentation index at: https://filamentphp.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Notifications
⌘I
📣 New official plugin released: Custom Dashboards! Create data-driven dashboards using a drag and drop UI.
Documentation Index
Fetch the complete documentation index at: https://filamentphp.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
'database_notifications' => [
'enabled' => true,
// ...
],
'database' => [
'enabled' => true,
'polling_interval' => '30s',
// ...
],
'broadcasting' => [
'echo' => [
'broadcaster' => 'pusher',
'key' => env('VITE_PUSHER_APP_KEY'),
'cluster' => env('VITE_PUSHER_APP_CLUSTER'),
'forceTLS' => true,
],
],