Get delete id in controller to delete mysql record

后端 未结 0 1927
春和景丽
春和景丽 2020-12-18 02:03

I\'m new using laravel, so I have this in AuthController:

public function DelFunc() {
    
    if(Auth::check() === true) {
        $deleted = DB::delete(\'de         


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