the-jj/wordpress-composer-skeleton

Skeleton for setting up Wordpress with composer

5.4.0 2020-04-04 14:18 UTC

This package is not auto-updated.

Last update: 2024-04-28 09:16:11 UTC


README

This is a simple plug-n-play skeleton of a git-friendly Wordpress composer installation. Inspired by https://github.com/markjaquith/WordPress-Skeleton

Usage

To get started using it, use the create-project composer command:

composer create-project the-jj/wordpress-composer-skeleton

After that, copy config/sample.secure-config.php to config/secure-config.php and set up configuration inside.

That's it! Now just run the regular Wordpress installer by visiting your Wordpress homepage.

Additionally, you can initialize git repository and configure it as you wish (existing .gitignore provides a good starting point).

Resources:

Thanks to:

License:

MIT