inensus/micro-star-meter

MicroStar Meter API integration for Micropowermanager

v1.0.2 2022-11-29 13:56 UTC

This package is auto-updated.

Last update: 2024-04-29 05:06:07 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 url https://github.com/inensus/MPManager first. After cloning and running the core project, They have to go into laravel container and navigate to mpmanager & run php artisan micropowermanager:new-package {{package-name}} command to clone this 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