Adding form action in html in laravel

前端 未结 12 1299
深忆病人
深忆病人 2020-12-29 21:10

I am unable to pass url in views html form action tag.

12条回答
  •  感动是毒
    2020-12-29 21:55

    if you want to call controller from form action that time used following code:

    
    

    Here SchoolController is a controller name and getSchool is a method name, you must use get or post before method name which should be same as in form tag.

提交回复
热议问题