Skip to content

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

Notifications You must be signed in to change notification settings

metabolism/wordpress-core-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"]
    }
}