sideways8 / wp-project
A composer installable WordPress project
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sideways8/wp-project
Requires
- composer/installers: ^1.3
- johnpbloch/wordpress: *
- sideways8/wp-project-config: @dev
This package is not auto-updated.
Last update: 2025-10-13 03:38:54 UTC
README
This is a lightweight composer package for quickly installing the files needed for a clean, decoupled WordPress.
WordPress files and working content directories are separated, making version control cleaner.
git clone git@github.com:Sideways8/wp-project.git ./your-project-name
cd your-project-name && composer install
This will:
- Download WordPress to /www/wp
- Create content directories in /www/content (plugins, )
- Create multi-environment configuration files in /config
- Download a fresh set of auth salts from WordPress
Edit /config/wp-config-dev.php:
- Set the APP_DOMAIN to your instance's domain (ie, mysite.wp)
- Set the DB_ constants to connect to your database.
Finally, serve the /www directory from your web server.