diff options
| author | Kapil Viren Ahuja <kvahuja@users.noreply.github.com> | 2017-02-26 15:57:02 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-26 15:57:02 +0530 |
| commit | 81a6fcd7bda0aa4756f58151c6e37c57d940816a (patch) | |
| tree | 79b9a7025c4d665238434b28bfa4686179a1041c | |
| parent | a252dd29fa7a7381564d41d077a7048fdbc973e8 (diff) | |
| parent | a7140d5db97137e997f95ff47f749c4c253c797b (diff) | |
| download | vaindock-81a6fcd7bda0aa4756f58151c6e37c57d940816a.tar.gz vaindock-81a6fcd7bda0aa4756f58151c6e37c57d940816a.zip | |
Merge pull request #5 from schneefux/patch-2
readme: mention artisan key generation
| -rw-r--r-- | Readme.MD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,6 +37,7 @@ Web: cp .env.dev .env // you can select the .env file of your choice composer update php artisan migrate + php artisan key:generate ``` > the following will only work on a Unix based container. If you are using Windows, you will need to have NPM installed locally on your windows machine. @@ -56,4 +57,4 @@ Web: vainsocial.dev/home ``` -
\ No newline at end of file + |
