BKF Dev
BKF Dev
FFilament
Created by BKF Dev on 6/14/2024 in #❓┊help
Table recordClasses dark mode
Hello, This piece of code works fine in default mode, but in dark no change (text-color, bg) ! ->recordClasses(fn (Model $record) => match ($record->status) { QuotationStatusEnum::DRAFT => '!opacity-30', QuotationStatusEnum::CONFIRMED => '!border-l-4 !border-l-green-600 bg-green-50 dark:text-gray-900 dark:bg-green-30', QuotationStatusEnum::CANCELLED => '!border-l-4 !border-orange-600 bg-orange-50 dark:text-gray-900 dark:border-orange-300', default => null, })
36 replies
FFilament
Created by BKF Dev on 6/7/2024 in #❓┊help
Logout from all devices
How can I apply it when the user logout ?
4 replies
FFilament
Created by BKF Dev on 5/30/2024 in #❓┊help
Action modalWidth issue ?
Setting modalWidth to an action placed in getHeaderActions array doesn't work ?!
4 replies
FFilament
Created by BKF Dev on 3/5/2024 in #❓┊help
Can we go back to home page by clicking on logo
No description
6 replies
FFilament
Created by BKF Dev on 2/20/2024 in #❓┊help
heroicons issue
I got this issue after adding a viewRecord to an existing resource ! Svg by name "s-archive-box-x-mark " from set "heroicons" not found. https://flareapp.io/share/x7XaNYO5
8 replies
FFilament
Created by BKF Dev on 1/7/2024 in #❓┊help
Stancl package,
Is there anyone has managed filament 3 with stancl v3 ? I'm facing an issue regarding curator package, I'm able to insert files, but cannot display it wethere in table or input form. thanks
2 replies
FFilament
Created by BKF Dev on 12/26/2023 in #❓┊help
Table Sub-Rows
Hello, Let's say we have order hasMany items, Is there a way to display orders table with sub-rows of items for each order row ? Thanks
4 replies
FFilament
Created by BKF Dev on 12/10/2023 in #❓┊help
RelationManager translation for BelongsToMany relationship
Let's say I have belongsToMany relationship with pivot fields having translatable option, Is there a way to manage the translation the same as Create / Edit resource ? (I'm using filament spaties translation Thanks
8 replies
FFilament
Created by BKF Dev on 9/10/2023 in #❓┊help
Put Relation manager table into wizard step
Hi, Is there a way to set a relation manager table (or even a resource table) into one step of wizard ? thanks 🙂
2 replies
FFilament
Created by BKF Dev on 8/18/2023 in #❓┊help
ImageEntry url
How can I set the record image url ? I'm using spatie media
1 replies
FFilament
Created by BKF Dev on 8/18/2023 in #❓┊help
Wizard submit button
Hi, how can I show the submit button only on the last step ?
21 replies
FFilament
Created by BKF Dev on 8/8/2023 in #❓┊help
I've set a custom register page for a panel x, I used wizard, how can I increase the form width ?
17 replies
FFilament
Created by BKF Dev on 8/5/2023 in #❓┊help
Access to panel
Hi, How can I set a condition (based on user role for example) to deny users to access to a specific panel? thanks 🙂 without using a middleware
28 replies
FFilament
Created by BKF Dev on 4/23/2023 in #❓┊help
stancl/tenancy main domain issue
Hi there, I've installed stancl tenancy package, I followed its docs and this https://filamentphp.com/docs/2.x/admin/resources/getting-started#multi-tenancy, when I go to the main domain localhost/admin/(register or login) I get this error : Stancl \ Tenancy \ Exceptions \ TenantCouldNotBeIdentifiedOnDomainException Tenant could not be identified on domain localhost NB: I can login to a tenant sub-domain If I create a tenant + domain manually, (ex foo.localhost/admin/login) Please anyone has used it ? what am I missing ?
7 replies
FFilament
Created by BKF Dev on 4/9/2023 in #❓┊help
Custom page url
25 replies
FFilament
Created by BKF Dev on 3/23/2023 in #❓┊help
Middleware
Hi everyone, Let's say I want to redirect the user to a custom page after registration action to complete some steps like company information, plan, ...etc So How can I setup the middleware ? thanks
14 replies
FFilament
Created by BKF Dev on 3/8/2023 in #❓┊help
Check if dark mode is enabled
Hello, Is there a way to check whether the dark mode is enabled or not? why I want this, is to set the correct logo color, I have dark and light logo color Thanks
21 replies