hadefication / packman
Laravel package boilerplate generator.
Installs: 41
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/hadefication/packman
Requires
- symfony/console: ^3
README
Just another package generator for Laravel.
Installation
Install it by running composer global require "hadefication/packman". Once installed, be sure to place the $HOME/.composer/vendor/bin directory (or the equivalent directory for your OS) in your $PATH so the packman executable can be located by your system.
Usage
To generate a new package, just run packman new your-package-name or packman make. A folder named yourpackage should be generated in your current working directory that includes all the necessary files to get you started on developing a Laravel package. Check the official guide for more details on Laravel package development.
For more details on the command, run packman help new or packman help make.