ianring / wp-music-tools
A WordPress Plugin companion to PHPMusicTools
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ianring/wp-music-tools
Requires
- php: >=5.3.2
- ianring/php-music-tools: dev-master
This package is auto-updated.
Last update: 2020-01-28 04:04:31 UTC
README
A Wordpress plugin companion to PHPMusicTools
So, it seems Wordpress and Composer don't work well together. The way I've found to make it work is kind of hacky, but effective.
Because it has dependencies, you need to install this plugin using composer. Easy enough; just add this to the composer.json file:
{
"require": {
"ianring/wp-music-tools": "dev-master"
}
}
Then follow the composer install directions as usual. This plugin will be loaded in by composer, and installed in /vendor/ianring/wp-music-tools/.
Next, go into your wp-content/plugins folder, and make a symlink.
ln -s vendor/ianring/wp-music-tools public_html/wordpress/wp-content/plugins
That should do it!