justcoded/wordpress-starter
Composer 安装命令:
composer create-project justcoded/wordpress-starter
包简介
WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure
README 文档
README
WordPress Project Template by JustCoded
WordPress Project Template is a skeleton WordPress site with modern development tools, easier configuration, improved folder structure and latest security best practices.
Better project structure
The organization of skeleton is similar to putting WordPress core files in its own subdirectory,
wp-content stays the same.
Dependency management with Composer
Manage your WordPress install and plugins with Composer, a PHP dependency manager. Composer will make development more reliable, help with team collaboration, and it helps maintain a better Git repository.
Easy WordPress configuration
Environment specific configuration files and environment variables with Dotenv.
Enhanced security
- Deny access to non-web files with server directives (with
.htaccessfiles). - Deny PHP scripts execution inside
wp-content/uploadsfolder. - Deny browsing the directory files list.
- Production & Staging environments have a restriction to update files from admin panel (only Media is allowed).
- Command-line scripts for generating wp-admin HTTP Authorization files.
Quick start
Requirements
Installation
- Create a new project in a new folder for your site:
composer create-project justcoded/wordpress-starter your-project-folder-name
- Set important environment variables in
.envfile:
DB_NAME- Database nameDB_USER- Database userDB_PASSWORD- Database passwordDB_HOST- Database hostWP_HOME- Full URL to WordPress home (http://example.com)
-
Run WordPress install as usual by accessing your site at
http://example.com/ -
Enjoy!
Composer helpers
composer wp:themegenerate new theme based on our Theme Boilerplatecomposer wp:securegenerate new HTTP password for wp-admin folder
Contributing
Contributions are welcome from everyone.
统计信息
- 总下载量: 476
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 37
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-09
