From b5a2f24bf09b2774483a0634e09fbc33a63137b5 Mon Sep 17 00:00:00 2001 From: Kapil Verma Date: Wed, 26 Feb 2020 17:38:07 +0530 Subject: [PATCH] Update readme.md Added more commands --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7fb1fe2..219fc80 100644 --- a/readme.md +++ b/readme.md @@ -16,6 +16,8 @@ $ cd laravel-socket.io $ composer install $ npm install $ npm run dev +$ copy .env.example .env +$ php artisan key:generate $ npm run socket-io-server $ php artisan serve ``` @@ -32,4 +34,4 @@ You can contact me at the emaill or [fb](https://www.facebook.com/yuana.andhika) 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -am 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` -5. Submit a pull request :D \ No newline at end of file +5. Submit a pull request :D