예제 #1
0
 /**
  * 应用首页
  *
  * @return Response
  * @author yangyifan <*****@*****.**>
  */
 public function getIndex()
 {
     return view('home.app.index', ['all_app' => AppModel::getAllApp(), 'all_category' => AppModel::getAllCategory(), 'title' => '应用', 'keywords' => '应用', 'description' => '应用']);
 }