N. Jacobsen
N. Jacobsen
Explore posts from servers
FFilament
Created by N. Jacobsen on 9/5/2023 in #❓┊help
Tenancy Create Category
No description
5 replies
FFilament
Created by N. Jacobsen on 8/14/2023 in #❓┊help
Additional parameter for model missing when creating the user.
5 replies
FFilament
Created by N. Jacobsen on 8/12/2023 in #❓┊help
Can I prevent the parent_id to be the same as current modal?
4 replies
FFilament
Created by N. Jacobsen on 8/11/2023 in #❓┊help
Tenant Settings page under provider
I'm unaware if this is a coding issue on my end or a bug. I've created a custom page called Settings which have the name filament.app.pages.settings. When I dump this in a test route outside Filament I get this "http://localhost/app/dwa/settings" // routes/web.php:29 When I try this:
->tenantMenuItems([
MenuItem::make()
->label('Settings')
->url(route('filament.app.pages.settings'))
->icon('heroicon-m-cog-8-tooth'),
// ...
])
->tenantMenuItems([
MenuItem::make()
->label('Settings')
->url(route('filament.app.pages.settings'))
->icon('heroicon-m-cog-8-tooth'),
// ...
])
under my provider it says the route name does not exist?
45 replies
FFilament
Created by N. Jacobsen on 8/8/2023 in #❓┊help
Tenant dropdown selection broken
12 replies