Laravel | Contact form with reply (autorespond to sender)

后端 未结 0 1846
伪装坚强ぢ
伪装坚强ぢ 2020-12-04 07:20

here is my ContactController function send:

public function send(Request $request)
    {
        $this->validate($request, [
            \'name\' => \'r         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题