Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2.  
  3. // hide code
  4.  
  5. /**
  6.      * Display a listing of the resource.
  7.      *
  8.      * @return \Illuminate\Http\Response
  9.      */
  10.     public function index()
  11.     {
  12.         return response()->json(['status' => 'success', 'data' => User::all()]);
  13.     }