Laravel how to redirect back to boostrap modal dialog window

前端 未结 4 1441
时光取名叫无心
时光取名叫无心 2021-02-06 07:55

I want to return to my modal dialog edit form to show validation errors but using Redirect::back I just end up at the HTML page without the modal window.

I

4条回答
  •  隐瞒了意图╮
    2021-02-06 08:11

    This worked for me.

    In my modal:

    In my view:

    
    

    In my controller I simply redirected back to the view as normal.

提交回复
热议问题