raysaber
raysaber
FFilament
Created by raysaber on 11/12/2023 in #❓┊help
undefined array key "Navigation"
Never mind, actually lara-zeus/sky get updated, but not with configuration. need to add this on config
'models' => [
...
'Navigation' => \LaraZeus\Sky\Models\Navigation::class,
],
'models' => [
...
'Navigation' => \LaraZeus\Sky\Models\Navigation::class,
],
4 replies
FFilament
Created by Hegabovic on 10/25/2023 in #❓┊help
Help with Tenancy With Laravel Package
thank you so much @Geoff. , I'm not realize Livewire had different approach, because on documentation have different config.
94 replies
FFilament
Created by Hegabovic on 10/25/2023 in #❓┊help
Help with Tenancy With Laravel Package
thank you for confirm, i'll try new setup
94 replies
FFilament
Created by Mahdi on 10/23/2023 in #❓┊help
Is it possible to have multi-database tenancy
oke thank you, i'll try another way around first
15 replies
FFilament
Created by Mahdi on 10/23/2023 in #❓┊help
Is it possible to have multi-database tenancy
I try that at first, is there any place missing?
15 replies
FFilament
Created by Mahdi on 10/23/2023 in #❓┊help
Is it possible to have multi-database tenancy
I already add something like this
->middleware([
InitializeTenancyByDomain::class,
PreventAccessFromCentralDomains::class,
EncryptCookies::class,
AddQueuedCookiesToResponse::class,
StartSession::class,
AuthenticateSession::class,
ShareErrorsFromSession::class,
VerifyCsrfToken::class,
SubstituteBindings::class,
DisableBladeIconComponents::class,
DispatchServingFilamentEvent::class,
])
->middleware([
InitializeTenancyByDomain::class,
PreventAccessFromCentralDomains::class,
EncryptCookies::class,
AddQueuedCookiesToResponse::class,
StartSession::class,
AuthenticateSession::class,
ShareErrorsFromSession::class,
VerifyCsrfToken::class,
SubstituteBindings::class,
DisableBladeIconComponents::class,
DispatchServingFilamentEvent::class,
])
15 replies
FFilament
Created by Mahdi on 10/23/2023 in #❓┊help
Is it possible to have multi-database tenancy
middleware on AdminPanelProvider?
15 replies
FFilament
Created by Hegabovic on 10/25/2023 in #❓┊help
Help with Tenancy With Laravel Package
Hello, may I join? I have followed that guide. but still can't make it right 🥲 , the tenant database already detected, but when I try to login in admin panel, it's try to connect to central database. should users table add to central database?
94 replies
FFilament
Created by Mahdi on 10/23/2023 in #❓┊help
Is it possible to have multi-database tenancy
Hello, may I join? I have follow this guide https://github.com/filamentphp/filamentphp.com/pull/219 but still can't make it right, the tenant database already detected, but when I try to login in admin panel, it's try to connect to central database
15 replies