Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Added more commands
  • Loading branch information
Kapil Verma authored Feb 26, 2020
1 parent 4bbbb77 commit b5a2f24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
5. Submit a pull request :D

0 comments on commit b5a2f24

Please sign in to comment.