Tim van Heugten
Tim van Heugten
FFilament
Created by Florian on 4/20/2025 in #❓┊help
hey there i found out there is a possibility to add a image to a view page
I would always just post them here as I come and go, but feel free to do so!
18 replies
FFilament
Created by Florian on 4/20/2025 in #❓┊help
hey there i found out there is a possibility to add a image to a view page
In Filament v4 I think you will be able to mix forms and infolists., but thats still a few months away.
18 replies
FFilament
Created by Florian on 4/20/2025 in #❓┊help
hey there i found out there is a possibility to add a image to a view page
In a form, an image is often combined with a way to upload one. This would be the FileUpload component.
18 replies
FFilament
Created by Florian on 4/20/2025 in #❓┊help
hey there i found out there is a possibility to add a image to a view page
Placeholders are used to show data in a form in a read only form (versus showing it in a disable input, which is quite common)
18 replies
FFilament
Created by Florian on 4/20/2025 in #❓┊help
hey there i found out there is a possibility to add a image to a view page
But, if you would want to show in image in a form, you could for example use a placeholder with html content, see https://filamentphp.com/docs/3.x/forms/layout/placeholder#rendering-html-inside-the-placeholder
18 replies
FFilament
Created by Florian on 4/20/2025 in #❓┊help
hey there i found out there is a possibility to add a image to a view page
Correct, it's a separate package used to show data from an entry in read only form
18 replies
FFilament
Created by Florian on 4/20/2025 in #❓┊help
hey there i found out there is a possibility to add a image to a view page
Your screenshot seems to show an infolist
18 replies
FFilament
Created by Florian on 4/20/2025 in #❓┊help
hey there i found out there is a possibility to add a image to a view page
And no need for a custom entry, just use the image entry: https://filamentphp.com/docs/3.x/infolists/entries/image#overview
18 replies
FFilament
Created by Lovins on 4/20/2025 in #❓┊help
Environment selector
Couldn’t you use the tenancy switcher for your use case? Are the resources the same, no matter the “app”?
8 replies
FFilament
Created by Veronica on 4/3/2025 in #❓┊help
FileUpload .xlsx
6 replies
FFilament
Created by Chinese on 4/3/2025 in #❓┊help
problem with user_id
You are trying to insert a row without a user_id
27 replies
FFilament
Created by waterflai on 3/29/2025 in #❓┊help
Custom page with parameter (independent from resource)
Seems like the route is expecting a tenant parameter (which makes sense as you state you are using multi tenancy). This means you need to pass the tenant into the url or disable tenancy for the specific route (not sure how that would work for custom pages, for resources it works like described here: https://filamentphp.com/docs/3.x/panels/tenancy#disabling-tenancy-for-all-resources). What is your tenancy model? Guess it’s not Team looking at that snippet?
4 replies
FFilament
Created by Dan Harrin on 2/27/2025 in #❓┊help
Help Us Improve Filament’s Docs & Education in v4
Yeah, @Illizian asked where he could submit suggestions.
71 replies
FFilament
Created by Dan Harrin on 2/27/2025 in #❓┊help
Help Us Improve Filament’s Docs & Education in v4
71 replies
FFilament
Created by islandnuge on 3/6/2025 in #❓┊help
Can you add a custom css class to a form component (like a toggle?)
You hate stacking the label and toggle (https://filamentphp.com/docs/3.x/forms/fields/toggle#positioning-the-label-above)? Will help make them look aligned.
8 replies
FFilament
Created by SeanKiwi (Semantics) on 3/5/2025 in #❓┊help
WorkOS integration with Laravel 12 and Filament?
I have a proof of concept that works. I use the laravel/workos utility package, add that middleware to the filament configuration, disable panel login, get the permissions from the workos token and check if the user has the permissions to access the panel in the canAccessPanel() method. All seems to work fine. What we discovered is that WorkOS is not localizable at all (as we speak) which would mean you can’t use their AuthKit and emails (we are a Dutch company) unless you build all that yourself using their APIs.
2 replies
FFilament
Created by Dan Harrin on 2/27/2025 in #❓┊help
Help Us Improve Filament’s Docs & Education in v4
First off, quality of the docs is pretty decent right now but great you guys look to improve. As a hobbyist developer myself I struggled a little with how to prevent duplicating code. Complicated form fields or table columns or complete forms for example. Had a hard time figuring out what the best approach to this issue was. Would be great to have some examples on this topic.
71 replies
FFilament
Created by fdelna on 7/21/2024 in #❓┊help
How to create a view page that displays all attributes from two related records?
What is the relation? If position belongs to employee can’t you just do ‘position.name’ (if the view page is on the employee resource)?
2 replies
FFilament
Created by iqbalmahatmaputra on 7/17/2024 in #❓┊help
How to show data from RichEditor to infolist-custom? My bullet & numbering doesn't render properly
Isn’t that just because you are using Tailwind, which resets all styles? You should style the elements using css.
4 replies
FFilament
Created by travlatra on 6/28/2024 in #❓┊help
php noob here - how should i create a crud page available to users
If the public version is like a medium.com it would probably be best outside a panel on a public route. That would be default Laravel stuff (including routes for catagories, topics, search, etc)
7 replies