Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/metabolism/wordpress-core-installer

Composer plugin : support wordpress-core type in installer-paths
https://github.com/metabolism/wordpress-core-installer

composer composer-plugin installer wordpress

Last synced: about 2 months ago
JSON representation

Composer plugin : support wordpress-core type in installer-paths

Awesome Lists containing this project

README

        

# Wordpress core installer

add ["type:wordpress-core"] support for installer-paths in combination with johnpbloch/wordpress-core to install wordpress in the desired folder

## Installation

composer require metabolism/wordpress-core-installer
composer require johnpbloch/wordpress-core

in the composer.json

"extra": {
"installer-paths": {
"web/edition/": ["type:wordpress-core"]
}
}