bezhanSalleh / filament-exceptions

A Simple & Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel
MIT License
143 stars 22 forks source link

Filament v3: Missing info: Register plugin #36

Closed vanhooff closed 1 year ago

vanhooff commented 1 year ago

Hi,

This plugin is missing Filament V3 installation info:

4. Register the plugin for the Filament Panel

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            \BezhanSalleh\FilamentExceptions\FilamentExceptionsPlugin::make()
        ]);
}
bezhanSalleh commented 1 year ago

Thanks, could you instead do PR and review the readme and make sure it's descriptive enough for v3.