igorclauss
igorclauss
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
FFilament
Created by atabegruslan on 8/27/2024 in #❓┊help
Conditionally add and update relations
In most cases you can pass Closures or Callables to filament methods.
16 replies
FFilament
Created by atabegruslan on 8/23/2024 in #❓┊help
TextInput, set default value (from backend)
Your code should actually do it. But you need to check if the relationships on the model is set.
16 replies
FFilament
Created by Vladimir on 5/25/2024 in #❓┊help
Creating a resource but is not appearing in navigation menu
Also try to run php artisan filament:optimize-clear
7 replies
FFilament
Created by igorclauss on 1/25/2024 in #❓┊help
Persist toggled Columns over Logins
I will start and continue from this point. Thank you very much for the advice.
4 replies
FFilament
Created by Ali on 12/8/2023 in #❓┊help
make:filament-importer is not defined.
When you update today to 3.1.18 it will be fixed.
17 replies
FFilament
Created by Ali on 12/8/2023 in #❓┊help
make:filament-importer is not defined.
Yes, @DrByte already submitted a pull request to fix this.
17 replies