1 Star 0 Fork 0

Git工具集 / gitlist

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
boot.php 498 Bytes
一键复制 编辑 原始数据 按行查看 历史
<?php
// Startup and configure Silex application
$app = new GitList\Application($config, __DIR__);
// Mount the controllers
$app->mount('', new GitList\Controller\MainController());
$app->mount('', new GitList\Controller\BlobController());
$app->mount('', new GitList\Controller\CommitController());
$app->mount('', new GitList\Controller\TreeController());
$app->mount('', new GitList\Controller\NetworkController());
$app->mount('', new GitList\Controller\TreeGraphController());
return $app;
PHP
1
https://gitee.com/vcs-all-in-one/gitlist.git
git@gitee.com:vcs-all-in-one/gitlist.git
vcs-all-in-one
gitlist
gitlist
master

搜索帮助