Composer And Wordpress -
i'm little new composer general question. i've been developing wp plugin, , i'm requiring few libraries in via composer. i've uploaded plugin server , i'm having problems. required run composer install on server on localhost?
if prefer manage dependencies composer during development, can so.
but none of wp workflows (neither base installation, nor plugins) use composer. wordpress expects folder code, doesn't care of internals, long follow simple rules.
if plugin public, have submit wordpress svn, there's no such thing build process. also, wp plugin users neither interested in, nor have possibility to, execute composer.
it if create own build process before committing wp svn, or if create plugin in way can run development code.
however, if “build” code before committing wp svn (e.g. creating cache files, removing development-only dependencies etc.), run discussions people insist on getting original sources, too.
Comments
Post a Comment