Filament Plugins

Purchase

Upgrade guide

The Filament Notifications Pro plugin has a V2 version that already has support for Filament V3.

If you want to upgrade to Notifications Pro V2, and therefore Filament V3 support, take the following steps:

  • Require ralphjsmit/laravel-filament-notifications '^2.0' instead of a 1.x version.
  • For each of the panels that you want to use the Notifications Pro plugin in, please register the plugin like follows:
app/Providers/Filament/YourPanelProvider.php
use RalphJSmit\Filament\Notifications\FilamentNotifications;

$panel
    ->plugin(FilamentNotifications::make())
  • If you have extended pages like the Notifications page, please check your custom overrides with the new code. The Notifications page has dropped several methods like getTableFilters(), which has been replaced by a static function table(Table $table): Table and $table->filters().
  • Re-compile your assets using npm run build or npm run prod if you are using a custom theme.
© FilamentPlugins.com ✦ 2022 – 2026
PrivacyTerms & Conditions
All rights reserved.