Mahdi
Mahdi
FFilament
Created by Denxio on 4/16/2024 in #❓┊help
Filament 3 - Multi Tenancy Upload Image Error
same with me
5 replies
FFilament
Created by Mahdi on 10/23/2023 in #❓┊help
Is it possible to have multi-database tenancy
same with me
15 replies
FFilament
Created by Matthew on 4/3/2024 in #❓┊help
filament tabs from blade dont have content
No description
50 replies
FFilament
Created by Matthew on 4/3/2024 in #❓┊help
filament tabs from blade dont have content
How i can Saving data to relationships using tabs
->relationship('customer')
->relationship('customer')
Tabs::make('Tabs')
->tabs([
Tabs\Tab::make('customer')
->schema([
// ...
]),
Tabs\Tab::make('Employee')
->schema([
// ...
]),
])
Tabs::make('Tabs')
->tabs([
Tabs\Tab::make('customer')
->schema([
// ...
]),
Tabs\Tab::make('Employee')
->schema([
// ...
]),
])
50 replies