πTeR
It is possible do use __construct on Edit Page?
I'm using a service on a __construct inside a create page, and it is working like a charm.
But when I use it in a EditPage, I have this error message
Target [App\Http\Services\PaymentTransaction\PaymentTransactionServiceContract] is not instantiable while building [App\Filament\Resources\PaymentIntentionResource\Pages\EditPaymentIntention].
5 replies
Update relationship manager table when edit a record
On my payment edit page I have a Relationship Manager to list all my transactions, when I edit this page I add a new transaction, but my Relationship Table does not update, how to can solve it?
10 replies
Multiple login models
Hello, how can I use multiple models to diferent logins?
Like
user
model and consumer
model?
I tried to build diferent panels and set a Login class in a customer panel, like that:
So, in AppLogin
class, I have duplicated all default Login class ( Filament\Pages\Auth\Login.php
)
Well.. I think in the method I need to pass something to indicate I´d like to get Consumer models instead User model right?
But I really don´t know what I need to do here..
Someone can help me? Thanks7 replies