Package Data | |
---|---|
Maintainer Username: | hadefication |
Maintainer Contact: | hadeinvane@gmail.com (Glen Bangkila) |
Package Create Date: | 2017-08-24 |
Package Last Update: | 2018-05-26 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:01:31 |
Package Statistics | |
---|---|
Total Downloads: | 39 |
Monthly Downloads: | 1 |
Daily Downloads: | 0 |
Total Stars: | 4 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
Just another package generator for Laravel.
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.
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
.