Skip to content

Commit f7c499d

Browse files
committed
up readme
1 parent f59939e commit f7c499d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ $ git clone git@github.com:Maxlab/stacker.git
3939
```sh
4040
# make ./workspace folder and make a symbolic link to your folder with all your projects
4141
$ mkdir workspace && ln -s /your_path/to_all_your_own_projects ./workspace
42-
4342
$ docker-compose build && docker-compose up -d && docker-compose ps
44-
4543
$ \*.dev > 127.0.0.1 # if you use boot2docker, use that ip
4644
$ sudo apt-get update && sudo apt-get install dnsmasq
4745
$ mv ./test ./workspace
@@ -179,6 +177,13 @@ $ cd to_symfony_folder
179177
$ sf [tab*2] # for sf3 completion OR sf2 for sf2 completion
180178
```
181179

180+
#### Laravel5 completion
181+
```sh
182+
$ stacker console
183+
$ cd to_symfony_folder
184+
$ la5 [tab*2]
185+
```
186+
182187
## Commands
183188
```sh
184189
$ stacker usage # for list available commands

0 commit comments

Comments
 (0)