inensus / kelin-meter
Kelin meter integration for MicroPowerManager.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:package
This package is auto-updated.
Last update: 2025-03-11 15:33:12 UTC
README
Starter pack for package development to MicroPowerManager.
- This repo has created by the MicroPowerManager development team for developers who will develop a new package for MicroPowerManager.
- The team suggests developers use this repo when they decide to develop new packages to MicroPowerManager.
- Developers should clone our
Core
project with this urlhttps://github.com/inensus/MPManager
first. After cloning and running the core project, They have to go into laravel container and navigate to mpmanager & runphp artisan micropowermanager:new-package {{package-name}}
command to clonethis repo
into packages folder in MicroPowerManager core project. - After cloning Package-Development-Starter-Pack, developers can keep developing the package inside of core project.
- When the developing will have been finished they can upload their packages to
https://packagist.org/
for the other developers usage