FilamentF
Filament11mo ago
Jure

spatie/laravel-activitylog error

correction it is saade/filament-laravel-log

Hello, I am trying to set spatie/laravel-activitylog butI get this error because, in the form, there is
Forms\Components\Select::make('logFile')
                    ->label(false)

Where the label should not be boolean. Is there a quick fix for this?

I would like to leave Vendor files untouched.

Thanks for your support!

Filament\Forms\Components\Component::label(): Argument #1 ($label) must be of type Illuminate\Contracts\Support\Htmlable|Closure|string|null, false given, called in /var/www/html/vendor/saade/filament-laravel-log/src/Pages/ViewLog.php on line 60
Solution
Either PR the fix to the plugin or report it as an issue on the plugin’s GitHub.
Was this page helpful?