the-jj / wordpress-composer-skeleton
Skeleton for setting up Wordpress with composer
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.6
- johnpbloch/wordpress: ^5.4
This package is not auto-updated.
Last update: 2024-11-10 11:47:18 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:
- https://roots.io/using-composer-with-wordpress/
- https://davidwinter.me/install-and-manage-wordpress-with-composer/
- http://composer.rarst.net/recipe/site-stack
Thanks to:
License:
MIT