chrisbutterworth / wp-base
Project base for WordPress utilizing Composer based on mindsize/wp-project-base
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- johnpbloch/wordpress-core: ^5.2.3
- johnpbloch/wordpress-core-installer: ^1.0
- vlucas/phpdotenv: ^2.4
This package is auto-updated.
Last update: 2025-03-10 09:18:49 UTC
README
An easy way to spin up new WP projects with composer and wpackagist.
Getting started
To get started you can run composer create-project chrisbutterworth/wp-base wp-base
to set up the scaffold and install its dependencies.
Next rename or duplicate .env.example
to .env
and edit to include your details.
Go forth and code!
Notes
By default all plugins and themese are in the .gitignore
file but can be overwritten within it to include custom plugins and themes.
Works with wp-cli too