Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/metabolism/wordpress-core-installer
- Owner: metabolism
- Created: 2018-02-21T07:52:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T17:28:38.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T09:40:35.895Z (about 2 months ago)
- Topics: composer, composer-plugin, installer, wordpress
- Language: PHP
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- 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-corein the composer.json
"extra": {
"installer-paths": {
"web/edition/": ["type:wordpress-core"]
}
}