You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Starter pack for package development to MicroPowerManager.
4
2
5
-
- This repo has created by the MicroPowerManager development team for developers who will develop a new package for MicroPowerManager.
6
-
- The team suggests developers use this repo when they decide to develop new packages to MicroPowerManager.
7
-
- 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.
8
-
- After cloning Package-Development-Starter-Pack, developers can keep developing the package inside of core project.
9
-
- When the developing will have been finished they can upload their packages to `https://packagist.org/` for the other developers usage
10
-
11
-
3
+
#### Starter pack for package development to MicroPowerManager
12
4
13
-
5
+
- This repo has created by the MicroPowerManager development team for developers who will develop a new package for MicroPowerManager.
6
+
- The team suggests developers use this repo when they decide to develop new packages to MicroPowerManager.
7
+
- 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.
8
+
- After cloning Package-Development-Starter-Pack, developers can keep developing the package inside of core project.
9
+
- When the developing will have been finished they can upload their packages to `https://packagist.org/` for the other developers usage
0 commit comments