项目作者: wpscholar

项目描述 :
Setup a new WordPress installation via Composer
高级语言: PHP
项目地址: git://github.com/wpscholar/wp-skeleton.git
创建时间: 2014-11-08T08:35:08Z
项目社区:https://github.com/wpscholar/wp-skeleton

开源协议:

下载


WordPress Skeleton

Setup a new WordPress installation via Composer

Requirements

PHP 5.6+

Prerequisites

Install Composer

Installation

  1. $ composer create-project wpscholar/wp-skeleton {directory}

Replace {directory} above with the folder name of your new project.

Configuration

Open up the .env file and edit your database credentials. The default file is designed to work with Local.

Reminder

Don’t forget to:

  • Customize the readme.md file for your project
  • Update the project’s meta data in the composer.json file.