ollieread
ollieread
FFilament
Created by ollieread on 1/30/2025 in #❓┊help
The user menu in the top right breaks on one page
Oddly everything on the page works, except the navbar at the top is broken
6 replies
FFilament
Created by ollieread on 1/30/2025 in #❓┊help
The user menu in the top right breaks on one page
I don't have anything like that. No views, published or customised.
6 replies
FFilament
Created by ollieread on 1/30/2025 in #❓┊help
The user menu in the top right breaks on one page
Not knowingly, no
6 replies
FFilament
Created by ollieread on 1/29/2025 in #❓┊help
Issue with toggling actions
That worked a treat, thanks.
8 replies
FFilament
Created by ollieread on 1/29/2025 in #❓┊help
Issue with toggling actions
I'd prefer Show/Hide
8 replies
FFilament
Created by ollieread on 1/29/2025 in #❓┊help
Issue with toggling actions
Not necessarily, no
8 replies
FFilament
Created by ollieread on 1/29/2025 in #❓┊help
Manually registering Filaments routes
Thanks for your help
43 replies
FFilament
Created by ollieread on 1/29/2025 in #❓┊help
Manually registering Filaments routes
I'll probably throw the problem at Alex anyway, see if he has some secret insider knowledge I don't lol
43 replies
FFilament
Created by ollieread on 1/29/2025 in #❓┊help
Manually registering Filaments routes
It would be low maintenance, but most likely changes a fundamental base part
43 replies
FFilament
Created by ollieread on 1/29/2025 in #❓┊help
Manually registering Filaments routes
I'll create a compatibility plugin that overrides a few things
43 replies
FFilament
Created by ollieread on 1/29/2025 in #❓┊help
Manually registering Filaments routes
Honestly, I could probably create a very quick PR for Filament that would allow you to do this, however, I assume that there's no desire for that since it can't already be done
43 replies
FFilament
Created by ollieread on 1/29/2025 in #❓┊help
Manually registering Filaments routes
Sort of, yes
43 replies
FFilament
Created by ollieread on 1/29/2025 in #❓┊help
Manually registering Filaments routes
I'm trying to create a nice way to make Filament work with my multitenancy package, and because of how the package works, it doesn't need to touch Filaments multitenancy functionality
43 replies
FFilament
Created by ollieread on 1/29/2025 in #❓┊help
Manually registering Filaments routes
The third-party package is mine, but I'm not adding the functionality to do that
43 replies
FFilament
Created by ollieread on 1/29/2025 in #❓┊help
Manually registering Filaments routes
I do not have access to the details of the route group
43 replies
FFilament
Created by ollieread on 1/29/2025 in #❓┊help
Manually registering Filaments routes
That is a mixin added to Router which does a whole host of things internally, including reading config to load and create a driver, before then asking that driver to create the route group
43 replies
FFilament
Created by ollieread on 1/29/2025 in #❓┊help
Manually registering Filaments routes
To create the groups I call this:
Route::tenanted(function () {
// routes here
});
Route::tenanted(function () {
// routes here
});
43 replies
FFilament
Created by ollieread on 1/29/2025 in #❓┊help
Manually registering Filaments routes
The route group comes from here:
public function routes(Router $router, Closure $groupRoutes, Tenancy $tenancy): RouteRegistrar;
public function routes(Router $router, Closure $groupRoutes, Tenancy $tenancy): RouteRegistrar;
43 replies
FFilament
Created by ollieread on 1/29/2025 in #❓┊help
Manually registering Filaments routes
What group string?
43 replies
FFilament
Created by ollieread on 1/29/2025 in #❓┊help
Manually registering Filaments routes
But at no point do I know the structure of that route group unless I run the route:list command and attempt to recreate it
43 replies