Template for new gemstracker modules libraries, quick setup with src dir and test dir.
Modules contain code shared by multiple projects. Use the Gems New Project template to create a new project.
See About GensTRacker for more information on GemsTracker in general.
To use a module some of these actions may be needed at the project level:
- Add the module to
composer.json - Add the
ConfigProvider.phpin/config/modules.php - Add
@import '../../vendor/org/project/resources/css/module.scsstoresource/css/gems.scss - If database migration path are overridden, specify them in
ConfigProvider.php->getMigrations()function and enable the function in the__invoke()function. - If templates are overridden, specify them in
ConfigProvider.php->getTemplates()function and enable the function in the__invoke()function.