muilman/package-creator

There is no license information available for the latest version (0.0.1) of this package.

Quickly create custom Laravel packages.

0.0.1 2016-10-04 21:19 UTC

This package is not auto-updated.

Last update: 2025-02-01 22:24:37 UTC


README

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!