Skip to content

Instantly share code, notes, and snippets.

@naneri
Created March 4, 2015 07:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naneri/22655eb37c96a7d7f1a6 to your computer and use it in GitHub Desktop.
Save naneri/22655eb37c96a7d7f1a6 to your computer and use it in GitHub Desktop.
<?php
class TopicCommentsController extends \BaseController {
...
public function index()
{
$topiccomments = Topiccomment::all();
return View::make('topiccomments.index', compact('topiccomments'));
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment