project wordpress
Composer project for getting started with wordpress
josh-taylor/wordpress
Composer project for getting started with wordpress
- Wednesday, January 7, 2015
- by josh-taylor
- Repository
- 1 Watchers
- 1 Stars
- 15 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 4 Versions
- 0 % Grown
Wordpress Skeleton
A skeleton for creating WordPress applications, (*1)
Installation
- Download Composer or update
composer self-update
.
- Run
php composer.phar create-project josh-taylor/wordpress [dir]
Configuration
You will need to copy the wp-config.php
file from the wp
directory that was created to the root of your project., (*2)
Plugins
Plugins can be installed using wpackagist and then adding to the composer.json
file., (*3)
E.g:, (*4)
...
"require": {
"wpackagist-plugin/woocommerce": "2.1.9"
}
...
Credits
Thanks to Roots for creating this awesome blog post on using composer with WordPress., (*5)
dev-master
9999999-dev
Composer project for getting started with wordpress
Sources
Download
GPL
The Requires
4.1
4.1.0.0
Composer project for getting started with wordpress
Sources
Download
GPL
The Requires
4.0
4.0.0.0
Composer project for getting started with wordpress
Sources
Download
GPL
The Requires
3.9.1
3.9.1.0
Composer project for getting started with wordpress
Sources
Download
GPL
The Requires