Adding pages which do not require a tenant

With Filament v3 Multi-Tenancy. Is it possible to add pages which do not require a tenant (therefore do not ask for the tenant param in the route configuration)?
1 Reply
Saade
Saade12mo ago
1. Create a normal Livewire full page component 2 . Register the component in a route of your desire 3. Make sure the component has the filament-panels::components.layout.index layout 4. Make sure to wrap your blade view in <x-filament-panels::page> tags