cmsimple-xh / xhshop

A simple shop for CMSimple_XH
GNU General Public License v3.0
4 stars 3 forks source link

Composer #199

Closed gtbu closed 4 years ago

gtbu commented 6 years ago

Since not everybody knows how to work with composer (as with putty etc . in Mediawiki) it would be an idea to implement composer in Cmsimple XH like in Pageview2(github) , where plugins are installed automatic with composer which resides in a subdirectory(of course the normal pluginloader should be kept)

cmb69 commented 4 years ago

Since not everybody knows how to work with composer […]

The XHShop plugin (as well as CMSimple_XH) uses composer only to install some development requirements; besides that I assume that PHP developers know the basics of using composer (or could educate themselves on that topic), it is not even necessary to use any of the dev-requirements. Setting up a demo shop could be done with setup.bat (or manually, if need be).

Some composer integration for cmsimple-xh/cmsimple-xh may make sense, but should be requested there (or in the CMSimple_XH forum). And frankly, while composer may solve some problems, I'm afraid it would cause even more new issues in the context of CMSimple_XH.