lorddashme/wordpress-scaffolding

A kick starter project structure for Wordpress.

1.5.0 2018-12-13 03:57 UTC

This package is auto-updated.

Last update: 2024-04-06 11:11:18 UTC


README

🏗️ 🚧 👷 A kick starter project structure for Wordpress.

Latest Stable Version Minimum PHP Version

Note

  • The Wordpress core is only registered as git submodule in /wp/,

  • Current git submodule Wordpress version is 4.9.8.

Supported Web Server

  • Apache

Requirement(s)

Install

  • Recommended to install the project via Composer. Use the command below to install the package:

    composer create-project lorddashme/wordpress-scaffolding <your-project-name>

Usage

  • Add what ever wordpress version you want to use in /wp/.

  • Optional: If you are lazy to install wordpress on your own, you can follow the instruction below.

    • To install specific Wordpress version you can use the command below, but make sure you are in the root directory of the project:

      php wordpress-scaffolding install <your-wordpress-version>
      
  • Copy and rename the default file(s):

    • wp-config-sample.php > wp-config.php - To enable the Wordpress config file.

    • For apache only: htaccess-sample > .htaccess - To enable some security and override the apache host setup.

License

  • This package is open-sourced software licensed under the MIT license.