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

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

WBOY
Release: 2016-06-06 20:36:55
Original
1386 people have browsed it

先用git把pagekit代码拉到本地

<code>git clone git://github.com/pagekit/pagekit.git
</code>
Copy after login
Copy after login

然后使用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>
Copy after login
Copy after login

然后使用composer安装依赖包

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

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

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

Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template