popphp/popphp-skeleton
最新稳定版本:4.0.4
Composer 安装命令:
composer require popphp/popphp-skeleton
包简介
Skeleton Application for Pop PHP Framework
README 文档
README
Overview
This is a basic skeleton application for the Pop PHP Framework that provides a simple base application on which you can build your own applications.
Install
Create a new project with it:
$ composer create-project popphp/popphp-skeleton project-folder
Or clone the repository and install it:
$ composer install
Once installed, the main web access point is at public/index.php.
Basic Usage
Start the web server by running:
$ ./kettle serve
And then you can access the web application at these routes:
http://localhost:8000/
http://localhost:8000/hello
http://localhost:8000/hello/name
You should see the main home page and "hello" page, respectively. You can swap out "name" for your name to see the result on the page.
Notes
- The skeleton application uses the
pop-viewcomponent to create and render the views. - The web application is utilizing the
pop-httpcomponent to leverage the HTTP request and response objects within the controller object.
统计信息
- 总下载量: 110
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-02-11