Esempio n. 1
0
 /**
  * Display a listing of the Image.
  *
  * @return Response
  */
 public function index()
 {
     $images = Image::all();
     return $images;
 }