Skip to content

Commit 3830649

Browse files
committed
Merge branch 'master' of github.com:verwilst/laravel5-vuejs2
2 parents 55b1e16 + 54094b7 commit 3830649

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ Make sure to chown all the data in your webroot to your own user, since docker s
1616

1717
> docker run --name myproject -it -d -v $(pwd):/app -w /app -p 8000:8000 verwilst/php7-cli php artisan serve --host=0.0.0.0
1818
19-
You can now open your browser on http://127.0.0.1:8000 .
2019

21-
The project is configured to support live reloading. The browser opens a websocket to port 35729, so make sure it's accessible:
20+
The project is configured to support live reloading. The browser opens a websocket to port 35729, so make sure it's accessible. This also compiles app.css and app.js under public/{css,js}:
2221

2322
> docker run --name myproject-gulp -it -d -v $(pwd):/app -p 35729:35729 -w /app verwilst/gulp watch
2423
@@ -28,6 +27,8 @@ The project is configured to support live reloading. The browser opens a websock
2827
2928
( Leaving off mongo and/or percona if you didn't create those docker containers ofcourse. )
3029

30+
You can now open your browser on http://127.0.0.1:8000 .
31+
3132
## When MongoDB is needed
3233

3334
> docker run --name mongo -d mongo

0 commit comments

Comments
 (0)