Skip to content

Just another Laravel package boilerplate generator package.

License

Notifications You must be signed in to change notification settings

hadefication/packman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packman

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.

About

Just another Laravel package boilerplate generator package.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages