Luiz
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
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
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 flawless16 replies
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