jefrancomix/composer-wordpress 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

jefrancomix/composer-wordpress

Composer 安装命令:

composer require jefrancomix/composer-wordpress

包简介

WordPress opinionated setup with highly customized paths (bye wp-content!)

README 文档

README

Base configuration for install and deploy WordPress sites using composer

The structure for your WordPress instalation will be:

/.env              -> edit in this file the most common config constants
/vendor            -> You shouldn't touch anything here, 3rd party libraries
/public
/public/cms        -> the WordPress installation dir (managed by composer)
/public/index.php  -> custom WordPress bootstrap file
/public/media      -> the WordPress directory to store uploads
/public/extensions -> WordPress plugins, managed by composer
/public/must       -> WordPress must-use plugins
/public/themes     -> themes directory
/app/config/environments/{development,production,...}.php extra configuration

It uses WordPress Packagist in order to manage your plugins, themes and other php dependencies

How to start

Step1: Instalation

Requirements:

  • PHP7.1 or greater

Create your project:

composer create-project jefrancomix/composer-wordpress your_directory_name "dev-master"

Set the WordPress permissions:

# Configure the wp-content/uploads permissions
# https://codex.wordpress.org/Changing_File_Permissions
chmod -R 775 public/media

Step2: Configuration

Copy .env.example to .env and customize your parameters

Configure the rest of conventional wp-config parameters

By default a file in app/config/environments/development.php is customizable, if you need to customize extra vars, you can create other files in that dir, and load its settings by changing the WP_ENV var in your custom .env file.

Using Apache and permalinks are not working?

If the rewrite rules does not seem to work, maybe Rewrite module is not enabled, you could debug this adding this line to Apache configuration:

# /etc/apache/apache2.conf in debian/ubuntu systems
LogLevel alert rewrite:trace6

Then restart Apache service, if the log file shows:

Cannot find module rewrite

You must enable it in order to get permalinks working:

# a2enmod rewrite
# service apache2 restart

This is not specific to this structure, is valid for any WordPress installation running on Apache2.

Credits

Inspired by simmetric/wordpress-composer-installation and bedrock/roots with some magic of composer installer script (mostly rewrite and copy files)

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-01-17

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固