ianring/wp-music-tools

This package is abandoned and no longer maintained. No replacement package was suggested.

A WordPress Plugin companion to PHPMusicTools

dev-master 2018-05-04 17:49 UTC

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!