jaap4677
Route [filament.admin.tenant.registration] not defined
I tried following the steps to enable multitenancy from the docs. Keep getting this error, even after clearing route cache and migrate:fresh. Page files are in app/Filament/Pages/Tenancy/*
Tenant settings for adminpanelprovider:
2 replies
Populating SelectFilter with relation.
I have a belongsTo relation between my StudentProfile and my User model. From the StudentProfile resource I'm trying to populate a SelectFilter with available courseClasses. The courseClass has a belongsTo with the User.
My selectfilter is setup like this:
This however, populates the select filter with all available class id's from the student resource. This way I have duplicates and also selecting one ID just filters one user. What would be the correct approach?
5 replies
Update color values of SVG in real-time
I have an SVG image with three colors in a custom form field, and I have created three color pickers. I would like to know how to pass the reactive color picker values to my SVG form field, so that I can show the user how the final SVG image looks while tweaking the colors. This is the first solution that I have come up with, so I am open to better solutions!
8 replies