agaitan026
agaitan026
Explore posts from servers
FFilament
Created by agaitan026 on 11/4/2024 in #❓┊help
custom fields user table
got it, thanks a lot
18 replies
FFilament
Created by agaitan026 on 11/4/2024 in #❓┊help
custom fields user table
but now im clear i keep one table for users in general and another for client details
18 replies
FFilament
Created by agaitan026 on 11/4/2024 in #❓┊help
custom fields user table
i was confused and you said keep a single table
18 replies
FFilament
Created by agaitan026 on 11/4/2024 in #❓┊help
custom fields user table
and regards the page to create edit? should i have one for admin and one for regular clients so i can show the fields according
18 replies
FFilament
Created by agaitan026 on 11/4/2024 in #❓┊help
custom fields user table
to get all details
18 replies
FFilament
Created by agaitan026 on 11/4/2024 in #❓┊help
custom fields user table
oh got it so a regular user and maybe a client_details table with the relationship and primary key
18 replies
FFilament
Created by agaitan026 on 11/4/2024 in #❓┊help
custom fields user table
not sure if i understand, but in that case it shows user model and phone model so two db tables right? or im missunderstanding the concept.
18 replies
FFilament
Created by agaitan026 on 11/4/2024 in #❓┊help
custom fields user table
ok
18 replies
FFilament
Created by agaitan026 on 11/4/2024 in #❓┊help
custom fields user table
sorry to ask too many questions, im trying to replicate my current php app (i dont have source code) so we are wanting to move slowly to filament from a pure php app that is like 15 years old
18 replies
FFilament
Created by agaitan026 on 11/4/2024 in #❓┊help
custom fields user table
what about the page to create users, should i have two? one to create regular admin users and other for clients? as i dont want to see too many fields when creating admin for example
18 replies
FFilament
Created by agaitan026 on 11/4/2024 in #❓┊help
custom fields user table
so in my users table i need to create the 20 custom fields?
18 replies
FFilament
Created by agaitan026 on 11/4/2024 in #❓┊help
how render a table inside a tab?
works good thank you so much
33 replies
FFilament
Created by agaitan026 on 11/4/2024 in #❓┊help
how render a table inside a tab?
No description
33 replies
FFilament
Created by agaitan026 on 11/4/2024 in #❓┊help
how render a table inside a tab?
ty. will try both ways to see which fits in my case, thank you
33 replies
FFilament
Created by agaitan026 on 11/4/2024 in #❓┊help
how render a table inside a tab?
Unable to find component: [App\Filament\Resources\ClientesFacturas] i got my class inside app/filament/livewire/
33 replies
FFilament
Created by agaitan026 on 11/4/2024 in #❓┊help
how render a table inside a tab?
Tabs\Tab::make('Tab 2') ->schema([ \Filament\Forms\Components\Livewire::make(ClientesFacturas::class) ]), like this?
33 replies
FFilament
Created by agaitan026 on 11/4/2024 in #❓┊help
how render a table inside a tab?
and how i put that relation inside a tab?
33 replies
FFilament
Created by agaitan026 on 11/4/2024 in #❓┊help
how render a table inside a tab?
and why not the custom lw component?
33 replies
FFilament
Created by agaitan026 on 11/4/2024 in #❓┊help
how render a table inside a tab?
yes should be almost the same, the idea is for me to see invoices from that selected client without going to another menu item
33 replies
FFilament
Created by agaitan026 on 11/4/2024 in #❓┊help
how render a table inside a tab?
namespace App\Filament\Resources; namespace App\Livewire; if i put this i got error
33 replies