igorclauss
igorclauss
FFilament
Created by raheel3031 on 2/22/2025 in #❓┊help
error but clueless
'o-magnifying-glass' do you maybe mean 'heroicon-o-magnifying-glass'
9 replies
FFilament
Created by claude on 2/22/2025 in #❓┊help
401 on file uploads after switching to HTTP for localhost
Have you also changed the app url in the .env?
10 replies
FFilament
Created by raheel3031 on 2/22/2025 in #❓┊help
error but clueless
My guess is the icon cannot be found. Have you checked that already?
9 replies
FFilament
Created by charlie on 2/21/2025 in #❓┊help
Would it be hard to move a complete Filament project to Multi-tenancy ?
Sounds very reasonable
8 replies
FFilament
Created by igorclauss on 1/12/2025 in #❓┊help
How to add meta information to the head of Filament Pages?
The only hack I found was using render hooks to put a yield into the head section. Maybe there is a cleaner way?
3 replies
FFilament
Created by nazar on 12/14/2024 in #❓┊help
Filamentphp in shared hosting
For me it looks more like you haven't published livewire assets. Check your browser console
10 replies
FFilament
Created by igorclauss on 10/31/2024 in #❓┊help
RichtextEditor inserting HTML
Okay, thank you Adam. That's a solution I can work with.
12 replies
FFilament
Created by igorclauss on 10/31/2024 in #❓┊help
RichtextEditor inserting HTML
It wraps it in his own tags tough, as you mentioned.
12 replies
FFilament
Created by igorclauss on 10/31/2024 in #❓┊help
RichtextEditor inserting HTML
True that. My point was when I insert HTML I have written elsewhere the RichtextEditor saves it escaped to the database.
12 replies
FFilament
Created by igorclauss on 10/31/2024 in #❓┊help
RichtextEditor inserting HTML
Sorry. I was too imprecise with my explanation. I want to be able to insert HTML content and keep the HTML tags explicitly so that I can embed the content later in the same way.
12 replies
FFilament
Created by nowak on 10/14/2024 in #❓┊help
I get Class "App\Filament\Pages\Dashboard" not found after removing Dashboard on Production
Could it be a cached binding in the bootstrap/cache directory?
25 replies
FFilament
Created by dyo on 10/26/2024 in #❓┊help
Before method in repeater delete action
You can call lifecycle hook methods on the action. Why can't you use the ->after() hook?
23 replies
FFilament
Created by ocram82 on 9/20/2024 in #❓┊help
Disable view action when click on row
https://filamentphp.com/docs/3.x/tables/advanced "You may allow table rows to be completely clickable by using the $table->recordUrl() method:" When you pass null it won't be clickable anymore.
11 replies
FFilament
Created by igorclauss on 9/11/2024 in #❓┊help
Save record and repeater with all Relationships on add item click
Okay, fair point. I had issues on the edit page. I have the record, a related hasMany Repeater and within a hasMany select. And I want to save the state of all on addItem button click. Can I really just hook into the stateUpdated event for this?
5 replies
FFilament
Created by igorclauss on 9/11/2024 in #❓┊help
Save record and repeater with all Relationships on add item click
Bump
5 replies
FFilament
Created by igorclauss on 9/6/2024 in #❓┊help
TextColumn List with URL on each item
Worked perfectly.
7 replies
FFilament
Created by igorclauss on 9/6/2024 in #❓┊help
TextColumn List with URL on each item
That's awesome, I did not knew that. Thanks
7 replies