Skip to content

Commit 2a12be7

Browse files
committed
Merge branch 'master' of github.com:verwilst/laravel5-vuejs2
2 parents 3830649 + 046f9b4 commit 2a12be7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Go into the webroot.
66
77
> docker run -it --rm -v $(pwd):/app -w /app verwilst/php7-cli composer install
88
9+
> cp -f .env.example .env
10+
11+
> docker run -it --rm -v $(pwd):/app -w /app verwilst/php7-cli php artisan key:generate
12+
13+
> docker run -it --rm -v $(pwd):/app -w /app verwilst/php7-cli php artisan jwt:secret
14+
915
Make sure to chown all the data in your webroot to your own user, since docker sets ownership to added files to root.
1016

1117
> sudo chown verwilst: . -R

0 commit comments

Comments
 (0)