Skip to content

Instantly share code, notes, and snippets.

@naneri
Created March 4, 2015 07:07
Show Gist options
  • Select an option

  • Save naneri/22655eb37c96a7d7f1a6 to your computer and use it in GitHub Desktop.

Select an option

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