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: 4 months ago
JSON representation
Composer plugin : support wordpress-core type in installer-paths
- Host: GitHub
- URL: https://github.com/metabolism/wordpress-core-installer
- Owner: metabolism
- Created: 2018-02-21T07:52:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T17:28:38.000Z (over 3 years ago)
- Last Synced: 2025-04-21T02:05:20.389Z (about 1 year ago)
- Topics: composer, composer-plugin, installer, wordpress
- Language: PHP
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"]
}
}