LeviBeezy
getTabs v3.2.77 error: trim(): Argument #1 ($string) must be of type string, Filament\Support\Enums\
I'm actually an idiot. The entire problem was that I published filament views and didn't listen to Dan here: https://filamentphp.com/community/danharrin-publishing-views-in-laravel -- I republished views, but ultimately I'd just like to "undo" the published views. Is it as simple as deleting the resources/views/vendor/filament directory?
13 replies
getTabs v3.2.77 error: trim(): Argument #1 ($string) must be of type string, Filament\Support\Enums\
Bearded Theme Monaki Black: https://github.com/BeardedBear/bearded-theme
13 replies
getTabs v3.2.77 error: trim(): Argument #1 ($string) must be of type string, Filament\Support\Enums\
I didn't mention, I tried this as well with iconPosition -- or giving no iconPosition at all. The problem persists:
->iconPosition(IconPosition::Before),
13 replies
How can I keep an icon in the column label instead of text in the table?
According to the docs, you might want the Icon Column for Tables
https://filamentphp.com/docs/3.x/tables/columns/icon
13 replies