muilman / package-creator
Quickly create custom Laravel packages.
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/muilman/package-creator
This package is not auto-updated.
Last update: 2025-10-12 02:22:18 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!