コード例 #1
2
 public function getAll()
 {
     return \Response::json(array('datos' => Marca::orderBy('ad_marca.nombre_marca')->get()));
 }