Luiz
Luiz
FFilament
Created by Friekj on 9/2/2024 in #❓┊help
Spatie Translatable for RelationManager
I found this "extension" for filament spatie translatable https://larazeus.com/docs/translatable/v3/introduction This will work with RelationManager and ManageRelatedRecords This adds a new action LocaleSwitcher to Tables\Actions Also if using with ManageRelatedRecords don't forget to add this trait use \Filament\Resources\Pages\ManageRecords\Concerns\Translatable;
4 replies
FFilament
Created by Emmanuel on 8/19/2023 in #❓┊help
how to setup email verification after setting up multi tenant
Did you solve this? I used the observer class to create a tenant when the user is created, but when user is redirected to the correct tenancy there is no page saying to validate the email, a 404 is shown instead
6 replies
FFilament
Created by Luiz on 5/14/2024 in #❓┊help
How to show brand logo when sidebar is collapsed on desktop?
I still looking around this when I have the free time and also trying to find an way to the transition between collasped and expanded going more smooth
16 replies
FFilament
Created by Luiz on 5/14/2024 in #❓┊help
How to show brand logo when sidebar is collapsed on desktop?
My first thought was to put them side by side We have two images for the logo. One for the expanded menu and a small one for the collapsed version
16 replies
FFilament
Created by Luiz on 5/14/2024 in #❓┊help
How to show brand logo when sidebar is collapsed on desktop?
Can you guys direct me where I should change ? :3
16 replies
FFilament
Created by Luiz on 4/9/2024 in #❓┊help
Is possible to add pooling to an infolist or a Page?
Thank you. I will check and return the results
4 replies
FFilament
Created by msalehi on 12/3/2023 in #❓┊help
MediaLibrary not working with minIO with docker
I forgot where I read the solution. So I apologize to the author of this solution
16 replies
FFilament
Created by msalehi on 12/3/2023 in #❓┊help
MediaLibrary not working with minIO with docker
So after hours and hours trying to find a solution a finally stumbled on something and I thinks is a good solution. For anyone using minio with docker I changed AWS_ENDPOINT to http://host.docker.internal:9000 and them it started working flawless
16 replies
FFilament
Created by Luiz on 2/6/2024 in #❓┊help
How to only allow TagsInput to use tags from suggestion?
This will not help, because I need to associate my models with the tags, and for the first moment of this application the users cannot create their custom tags. I already created a migration that populate the database with the possible values.
6 replies
FFilament
Created by Luiz on 2/6/2024 in #❓┊help
How to only allow TagsInput to use tags from suggestion?
Because I'm using the spatie\laravel-tag and the filament package counterpart. This filament package extends from TagsInput.
6 replies
FFilament
Created by giagara on 8/30/2023 in #❓┊help
File upload on s3 with Minio (sail)
I tried your solution, but it did not resolve.
9 replies
FFilament
Created by msalehi on 12/3/2023 in #❓┊help
MediaLibrary not working with minIO with docker
I'm having the same problem. I even tried changing the access policy to public on the bucket and nothing, dead. There is no error, there is nothing
16 replies