mace015 / package-creator by mace015

Quickly create custom Laravel packages.
18
2
2
Package Data
Maintainer Username: mace015
Maintainer Contact: mace@macemuilman.nl (Mace Muilman)
Package Create Date: 2016-10-03
Package Last Update: 2016-10-17
Language: PHP
License: Unknown
Last Refreshed: 2025-02-07 03:01:08
Package Statistics
Total Downloads: 18
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Muilman\Package-creator

Package-creator allows for easy generating of package folders for your custom packages.

Installing the Package Creator

  • run composer require muilman/package-creator
  • Add the following service provider in config/app.php: Muilman\PackageCreator\PackageCreatorServiceProvider::class
  • Now you can use make:package to start creating a package.

Want to contribute?

You are more than welcome to contribute to this little package, simply fork it, submit a pull request, or shoot an idea over!