Skip to content

Commit

Permalink
make command to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hadefication committed May 24, 2018
1 parent 36fe13b commit 4d60da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Install it by running `composer global require "hadefication/packman"`. Once ins

## Usage

To generate a new package, just run `packman new yourpackage`. A folder named `yourpackage` should be generated in your current working directory that includes all the necessary files to get you started on developing [Laravel](https://laravel.com/) package. Check the [official](https://laravel.com/docs/5.4/packages) guide for more details on [Laravel](https://laravel.com/) package development.
To generate a new package, just run `packman new yourpackage` or `packmane 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 [Laravel](https://laravel.com/) package. Check the [official](https://laravel.com/docs/5.4/packages) guide for more details on [Laravel](https://laravel.com/) package development.

For more details on the command, run `packman help new`.

0 comments on commit 4d60da3

Please sign in to comment.