Commit for this lesson: https://github.com/LaravelDaily/Laravel-Filament-Admin-Course/commit/cd5ce83fb45d0a5e091a707da5293fa773862344
Commit for this lesson: https://github.com/LaravelDaily/Laravel-Filament-Admin-Course/commit/cd5ce83fb45d0a5e091a707da5293fa773862344
Error throwed while deleting tags which are attached to any product and vice versa.
To delete Product or Tag without Error
Can we elaborate on this lesson with slightly more advanced example likie one with Project, Member and Responsibility.
Member BelongsToMany Projects with Pivot Responsibility. Is this at all possible to attach new Member to Project with multiselected responsibilities in fillamentPHP?
I don't have the answer at the moment, but it's a good candidate for a future tutorial, adding on the to-do list of topics for the upcoming month or so.
dascorp need more info on your example. Are you creating records from the relation manager? What do you mean by multiselected responsibilities? How they should be in the DB? It would be best if you would make some starter repository. Thanks. Edit: after rethinking how else would do add records without relation manager? Everything is in docs
how attach user id who creating post for example we have posts table and we want to each post belongs to userId who creat it? we have user_id in posts table.
I would do it in the Eloquent Observer: here's the article about it.
why the relationManager only appers in edit form, not also in create from?
also how to use the relationManager in create form?