metabolism/wordpress-core-installer
Composer installer extension that adds type:wordpress-core support for installer-paths, enabling johnpbloch/wordpress-core to be installed into your chosen directory (e.g., web/edition/) instead of the default location.
add ["type:wordpress-core"] support for installer-paths in combination with johnpbloch/wordpress-core to install wordpress in the desired folder
composer require metabolism/wordpress-core-installer
composer require johnpbloch/wordpress-core
in the composer.json
"extra": {
"installer-paths": {
"web/edition/": ["type:wordpress-core"]
}
}
How can I help you explore Laravel packages today?