PHPackages                             lcli/app-vcs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. lcli/app-vcs

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lcli/app-vcs
============

PHP Web System Vcs manager

1.2.3(1y ago)1195Apache-2.0PHPPHP &gt;=5.6

Since Aug 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/lcli16/app-vcs)[ Packagist](https://packagist.org/packages/lcli/app-vcs)[ RSS](/packages/lcli-app-vcs/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (16)Used By (0)

 [ ![ModStart](https://camo.githubusercontent.com/526021ab7a92e9451dab68389735facfd0ed066e008b56609e325447428adf70/687474703a2f2f7765622e6170696c6973742e736974652f646f632f6c6f676f2e706e67) ](https://modstart.com)

 php 应用版本管理插件包

 [ ![License Apache2.0](https://camo.githubusercontent.com/43f236a446a5891a614d4458001338d3714b6508f6f17485e5bd934ebacc821f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d417061636865322e302d626c7565) ](https://github.com/modstart/ModStartCMS) [ ![GitHub last release](https://camo.githubusercontent.com/06fc16d7a3a8a52a28e839000872cc42d53f2150fc601a2374a02f9792dba524/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f6d6f6473746172742f4d6f645374617274434d53) ](https://github.com/modstart/ModStartCMS) [ ![GitHub last commit](https://camo.githubusercontent.com/8a5853e54d4f6a69fe1dfe5ad415514b295ed5f879562ac49f708daa835d72a6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f6d6f6473746172742f4d6f645374617274434d53) ](https://github.com/modstart/ModStartCMS)
 [ ![Laravel](https://camo.githubusercontent.com/746324e2e4d6770d83c1789b9cdd94d44a2b2a1295d1ce1b80bd4ec30871ebcb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4672616d65776f726b2d4d6f6453746172742d626c7565) ](https://github.com/modstart/ModStartCMS) [ ![Laravel](https://camo.githubusercontent.com/821b58f49b739755a7a84404e510bcad6c1de03d2a5566e22efb69d8319dc265/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d352e362f372e302f382e782d726564) ](https://github.com/modstart/ModStartCMS) [ ![Laravel](https://camo.githubusercontent.com/ba3c9dffbf25ef49b2e6b6551d711e1eba9142c179ec911a4f164b0001a56074/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e312f392e302d726564) ](https://github.com/modstart/ModStartCMS) [ ![Laravel](https://camo.githubusercontent.com/5ffd836d3091943fe54e4b3d16a010f6b89d48d3d146dc0a35be79f77dea26db/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4a532d5675652f456c656d656e7455492d677265656e) ](https://github.com/modstart/ModStartCMS)

快速入门
----

[](#快速入门)

注意：php-fpm 超时时间建议设置为：1200 秒， 以免大量的包无法发送到客户端，

### 1. 安装下载版本管理PHP依赖包:

[](#1-安装下载版本管理php依赖包)

🔆 1.1 在 wwwroot 下创建 一个目录，用于下载扩展包， 运行命令：

```
composer require lcli/app-vcs
```

⚠️ 要注意的是, 找不到版本包,请切换成官方镜像源即可, 命令如下:

```
composer config -g repo.packagist composer https://repo.packagist.org
```

🔆 1.2 安装完成后，运行初始化命令，系统会自动生成配置文件：

```
php vendor/bin/appvcs init
```

### 2. 进入配置文件config/appvcs.php:

[](#2-进入配置文件configappvcsphp)

配置相关信息后保存

```
