Where should I put modal?
I am new and curious abot where i can put modal such as Action::make('updateText')->forms blah blah into form? table? filters? or actions where actually?
8 Replies
This question doesn't make sense.
I suggest you spend some time with the documentation, or find some video tutorials.
Laracasts has a good one.
is it difficult to tell after this or into this?
I wanna use this but its not working in anywhere in the table in the form in the actions
Actions can sit inside forms, or tables, or notifications or pages, or infolists and other places...
Actions can call modals with forms with more actions.
Spend some time reading the documentation, and doing tutorials.
Then experiment, then re-read the docs and rewatch the tutorials, repeat, repeat
And at some point, it will start to fall into place.
That looks good, you would tend to just do a bulk table action though to allow bulk changing the author. Do you also need to associate or just update the user_id on the model?
That's a copy and paste from the documentation ?
Yep.... What more info do you need?
Think you'll have to go back through the thread from the OP to see what I was referring to.