承接 hyyan/gwp 相关项目开发

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

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

hyyan/gwp

Composer 安装命令:

composer create-project hyyan/gwp

包简介

A modern WordPress stack

README 文档

README

project status Latest Stable Version License

GWP is a modern WordPress stack that helps you get started with the best development tools and project structure.

Much of the philosophy behind GWP is inspired by the Bedrock and Twelve-Factor App methodology including the WordPress specific version.

Features

  • Better folder structure
  • Dependency management with Composer
  • Easy WordPress configuration with environment specific files
  • Better deployment workflow with Phing

Requirements

Prerequisite How to check How to install
PHP >= 5.3.x php -v php.net
Composer @latest compoaser -v composer.org

Installation

  1. Create new project using composer : composer create-project hyyan/gwp:dev-master /path
  2. Update .env.local to meet your local environment variables.
  3. Register your local maching name in the `config/environment.php file
  4. Geneate apache .htaccess file : bin/phing gwp:apache-htaccess -D apache-htaccess.dir=.
  5. Add theme(s) in web/app/themes as you would for a normal WordPress site.
  6. Access WP admin at http://example.com/cms/wp-admin

Documentaion

Contributing

Everyone is welcome to help contribute and improve this project. There are several ways you can contribute:

  • Reporting issues (please read issue guidelines)
  • Suggesting new features
  • Writing or refactoring code
  • Fixing issues

统计信息

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

GitHub 信息

  • Stars: 7
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-12-12