diff options
| author | schneefux <schneefux+github@schneefux.xyz> | 2017-02-26 09:53:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-26 09:53:27 +0100 |
| commit | a7140d5db97137e997f95ff47f749c4c253c797b (patch) | |
| tree | 27f82fce8da94af5c4a58c797724ba1d8a697a7a | |
| parent | cfbe20fe0842e3e05eae184232469f0e6f6441f2 (diff) | |
| download | vaindock-a7140d5db97137e997f95ff47f749c4c253c797b.tar.gz vaindock-a7140d5db97137e997f95ff47f749c4c253c797b.zip | |
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 + |
