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
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!
Solution:Jump to solution
Either PR the fix to the plugin or report it as an issue on the plugin’s GitHub.
4 Replies
Are u trying to hide the label?
If trying to change lable u can use
label()
method and use hiddenLabel()
to hide the label instead.Hey, I know that. I am not trying to hide the label; this is wrongly written in vendor files, and I would like to override this without tempering the vendor files.
Solution
Either PR the fix to the plugin or report it as an issue on the plugin’s GitHub.
Will do that, thanks!