xow / moodle-mod_quizgame

Moodle activity module to create dynamic games based on the question bank
7 stars 7 forks source link

ADD composer.json #42

Closed michaelmeneses closed 6 years ago

xow commented 6 years ago

Thanks @michaelmeneses for working on this. What's the reasoning behind adding composer.json? Just curious! Thanks!

michaelmeneses commented 6 years ago

Hi @xow,

You can add xow/moodle-mod_quizgame as require in MOODLE/composer.json. Running the "composer update" command and COMPOSER (https://getcomposer.org/) will install the plugin in MOODLE/mod/.

See my project at https://github.com/michaelmeneses/moodle-composer. Here we use ROOT/MOODLE/. So you do not have to change anything in Moodle, not even MOODLE/composer.json.

I maintain a repository of plugins using SATIS (https://satis.middag.com.br/). I'm working to improve it.

Thank you.

xow commented 6 years ago

I hope this takes off! Merged

michaelmeneses commented 6 years ago

Thank you.