コード例 #1
0
ファイル: PublicController.php プロジェクト: optik/Blog
 public function index()
 {
     $posts = $this->post->allTranslatedIn(App::getLocale());
     return view('blog.index', compact('posts'));
 }