toeknee
toeknee
FFilament
Created by Kanalaetxebarria on 3/13/2025 in #❓┊help
Adding detail pages to custom page
Listing and detail sounds like a resource tbh... Clusters are handy for likes of tab navigation with direct access to a complicated page. So you can create another page just don't auto-register it in the navigation and add it in.
6 replies
FFilament
Created by Kanalaetxebarria on 3/13/2025 in #❓┊help
Adding detail pages to custom page
Sounds like you want a cluster? Or you could use modals(actions) ?
6 replies
FFilament
Created by guiwestrup23 on 3/13/2025 in #❓┊help
CSS classes are not being compiled
No problem, uppercase is but we don't sue it in our resources 😉
19 replies
FFilament
Created by guiwestrup23 on 3/13/2025 in #❓┊help
CSS classes are not being compiled
I suspect you haven't created a custom theme for Filament
19 replies
FFilament
Created by guiwestrup23 on 3/13/2025 in #❓┊help
CSS classes are not being compiled
So if that tailwind class is there then it should be incldued
19 replies
FFilament
Created by guiwestrup23 on 3/13/2025 in #❓┊help
CSS classes are not being compiled
Do you understand how tailwind compiling works?
19 replies
FFilament
Created by guiwestrup23 on 3/13/2025 in #❓┊help
CSS classes are not being compiled
in information.blade.php are you including the uppercase class within a div?
19 replies
FFilament
Created by guiwestrup23 on 3/13/2025 in #❓┊help
CSS classes are not being compiled
I usually setup a classes.blade.php in the resources route, and add the classes to an empty div so the compiler finds them easy enough.
19 replies
FFilament
Created by guiwestrup23 on 3/13/2025 in #❓┊help
CSS classes are not being compiled
19 replies
FFilament
Created by guiwestrup23 on 3/13/2025 in #❓┊help
CSS classes are not being compiled
And you need a custom theme, since the classes are searched for in blade files.
19 replies
FFilament
Created by guiwestrup23 on 3/13/2025 in #❓┊help
CSS classes are not being compiled
Ok to clarify... it won't work with ANY none blade file.
19 replies
FFilament
Created by guiwestrup23 on 3/13/2025 in #❓┊help
CSS classes are not being compiled
Ensure they are included in your blade as above, otherwise they won't get compiled if they are added within the resource files.
19 replies
FFilament
Created by MattPurland on 3/13/2025 in #❓┊help
Setting team_id in session when authenticating
That's fine, it's just basically saying to update the current users team so: $user->update(['current_team_id' => Filament::getTenant()->id])
13 replies
FFilament
Created by MattPurland on 3/13/2025 in #❓┊help
Setting team_id in session when authenticating
But the basis is there
13 replies
FFilament
Created by MattPurland on 3/13/2025 in #❓┊help
Setting team_id in session when authenticating
No sorry switchTeam is a custom function from jetstream/teams.
13 replies
FFilament
Created by MattPurland on 3/13/2025 in #❓┊help
Setting team_id in session when authenticating
No problem, current means they can go to that tenant on login too.
13 replies
FFilament
Created by dubayd on 3/13/2025 in #❓┊help
issues when installing the panel
It shouldn't ever happen because of the validator so surpised it worked for you
18 replies
FFilament
Created by dubayd on 3/13/2025 in #❓┊help
issues when installing the panel
Interesting you were allowed to start with an integer validate: fn (string $value) => match (true) { preg_match('/^[a-zA-Z].*/', $value) !== false => null, default => 'The ID must start with a letter, and not a number or special character.', }, shows it shouldn't have been allowed.
18 replies
FFilament
Created by dubayd on 3/13/2025 in #❓┊help
issues when installing the panel
It doesn't need too, it says in the generation: Panel ID i.e. 'admin' or similar I am sure, I'll check the install command now
18 replies
FFilament
Created by dubayd on 3/13/2025 in #❓┊help
issues when installing the panel
It\s supposed to be 'client' or 'admin' for instance
18 replies