File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments