Example #1
0
 /**
  * Show the application dashboard.
  *
  * @return \Illuminate\Http\Response
  */
 public function index()
 {
     $users = new MUser();
     echo $users->add();
     echo '-------';
     exit;
     //return view('home');
 }