Beispiel #1
0
 public function get_advance_scraping()
 {
     $geturl = Crawling::distinct()->select('refurl')->groupBy('refurl')->lists('refurl');
     return View::make('admin.advance.scraping')->with('geturl', $geturl);
 }