Expecto Patronum
Expecto Patronum
FFilament
Created by Christos on 2/4/2025 in #❓┊help
Custom registration and email verification
The reason is because you override the same register function . I think based practice is remove that function and replace with code below protected function handleRegistration(array $data): Model { $user = $this->getUserModel()::create($data);
return $user; } This one work for me
5 replies
FFilament
Created by Fazaa on 1/18/2025 in #❓┊help
hide column filament shield
Check the plugin documentation. You must publish the view in order to change the default setting
7 replies
FFilament
Created by H.Bilbao on 1/18/2025 in #❓┊help
ManageRelatedRecords widgets with table filter records
What kind of page you are using ? If simple page . Its not working unless you query direct from model
4 replies
FFilament
Created by aacarrion4 on 1/19/2025 in #❓┊help
Servers to deploy application
Mine use aws ec2, rds and cloudflare
5 replies
FFilament
Created by guiiz on 1/14/2025 in #❓┊help
How add a query to the table
Apply this query in your resource public static function getEloquentQuery(): Builder { return static::getModel()::query()->where(‘is_super’, 0); }
33 replies
FFilament
Created by Abuukar on 1/1/2025 in #❓┊help
Filament-Shield Error Showing Two Roles Resource
Check the config file
41 replies
FFilament
Created by joao nivaldo on 11/27/2024 in #❓┊help
How to update Relation Manager table data
public function isReadOnly(): bool { return false; } Add this code in your relation manager file
23 replies
FFilament
Created by Ralph Morris on 11/25/2024 in #❓┊help
How to output TextEntry on an edit page.
Sorry . Which page resource from the demo repo ya? I couldn’t find it
6 replies
FFilament
Created by razor on 11/18/2024 in #❓┊help
Wizard dont show fullscreen on desktop
Have you tried modalwidth?
4 replies
FFilament
Created by Medo on 11/1/2024 in #❓┊help
Wizard Step depend on Select Value Causing Problem
Sorry out of topic . I just wanna know how did you manage to set the tooglebutton big as that with position ?
16 replies
FFilament
Created by Expecto Patronum on 11/5/2024 in #❓┊help
Form Component : Size avatar in Fileupload
Thanks man. It worked.
5 replies
FFilament
Created by Alexandre on 9/3/2024 in #❓┊help
Incremental itemLabel for repeater
@Alexandre hi sorry for mentioned you here. may i know that this code still function ? because i try implement to my project but seems not working
7 replies
FFilament
Created by Alexandre on 9/3/2024 in #❓┊help
Incremental itemLabel for repeater
hi
7 replies
FFilament
Created by Azad Furkan ŞAKAR on 10/18/2024 in #❓┊help
ExportAction: Route [login] not defined error
did u try run php artisan optimize:clear in your terminal ?
7 replies
FFilament
Created by Michal Drobny on 10/17/2024 in #❓┊help
Select with Relationship showing no output
Please share your code as well . Otherwise we can only guess without knowing the issue
3 replies
FFilament
Created by Fernando Larios on 3/11/2024 in #❓┊help
it is possible to implement Ckeditor in filament?
I want too
31 replies
FFilament
Created by David | Fortune Validator on 9/10/2024 in #❓┊help
Update Edit Modal on Table
This code in your resource or in livewire?
26 replies
FFilament
Created by David | Fortune Validator on 9/10/2024 in #❓┊help
Update Edit Modal on Table
The table and summary . How did you manage to design such that way.
26 replies
FFilament
Created by David | Fortune Validator on 9/10/2024 in #❓┊help
Update Edit Modal on Table
Im sorry my question is cannot answer to your question . But im amazed with your layout . I have task that need to implement same as you . Is that possible for me to look at your code in order to know how u do it ? Im still new in filament .
26 replies