承接 popphp/popphp-skeleton 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

popphp/popphp-skeleton

最新稳定版本:4.0.4

Composer 安装命令:

composer require popphp/popphp-skeleton

包简介

Skeleton Application for Pop PHP Framework

README 文档

README

Join the chat at https://discord.gg/TZjgT74U7E

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.

Top

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.

Top

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.

Top

Notes

  • The skeleton application uses the pop-view component to create and render the views.
  • The web application is utilizing the pop-http component to leverage the HTTP request and response objects within the controller object.

Top

统计信息

  • 总下载量: 110
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 1
  • Forks: 1
  • 开发语言: HTML

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-02-11