Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 982 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 982 Bytes

Package-Development-Starter-Pack

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