Skip to content

Repository files navigation

GemsTracker Module Template

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.

Usage

To use a module some of these actions may be needed at the project level:

  1. Add the module to composer.json
  2. Add the ConfigProvider.php in /config/modules.php
  3. Add @import '../../vendor/org/project/resources/css/module.scss to resource/css/gems.scss
  4. If database migration path are overridden, specify them in ConfigProvider.php->getMigrations() function and enable the function in the __invoke() function.
  5. If templates are overridden, specify them in ConfigProvider.php->getTemplates() function and enable the function in the __invoke() function.

About

Basic template for new GemsTracker modules

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages