Skip to content

Commit

Permalink
Merge pull request #16 from Kehet/feature/enable-composer-global-install
Browse files Browse the repository at this point in the history
Feature: Adds support for Composer installation
  • Loading branch information
kilroyweb authored Jul 12, 2017
2 parents b0f8844 + 8d6f5c7 commit 2671878
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,21 @@ homeboy=php C:\Users\[USER]\homeboy\homeboy $*

*be sure to edit the path based on where homeboy is installed*


### Using Composer

Install Homeboy using Composer:

```
composer global require "kilroyweb/homeboy"
```

Make sure to place the $HOME/.composer/vendor/bin directory (or the equivalent directory for your OS)
in your $PATH so the laravel executable can be located by your system.

Once installed, you can use ``homeboy`` command from anywhere on your system.


### Use Homeboy to host a new homestead site

```
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@
},
"require-dev": {
"phpunit/phpunit": "^6.1"
}
},
"bin": [
"homeboy"
]
}
Empty file modified homeboy
100644 → 100755
Empty file.

0 comments on commit 2671878

Please sign in to comment.