Route::get('/',function(){ return View::make('home'); }); if you just want to return a view, th...
You could use jQuery or Zepto (many other javascript libs can do it aswell) Basicly you listen to th...
You can access it like Auth::user()->blogs()->blogcomments() note u should use eagler loding!...
The Laravel portal for problem solving, knowledge sharing and community building.
The community