Home  >  Article  >  Backend Development  >  Pagekit 安装未成功,请教该怎样安装?

Pagekit 安装未成功,请教该怎样安装?

WBOY
WBOYOriginal
2016-06-06 20:36:551332browse

先用git把pagekit代码拉到本地

<code>git clone git://github.com/pagekit/pagekit.git
</code>

然后使用composer安装依赖包

F:\upupw\htdocs>cd pagekit
F:\upupw\htdocs\pagekit>composer install

这些工作都进行完后,运行http://localhost/pagekit/后出现这样的页面,正确的安装应该怎样来进行?

Pagekit 安装未成功,请教该怎样安装?

回复内容:

先用git把pagekit代码拉到本地

<code>git clone git://github.com/pagekit/pagekit.git
</code>

然后使用composer安装依赖包

F:\upupw\htdocs>cd pagekit
F:\upupw\htdocs\pagekit>composer install

这些工作都进行完后,运行http://localhost/pagekit/后出现这样的页面,正确的安装应该怎样来进行?

Pagekit 安装未成功,请教该怎样安装?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn