Skip to content

Commit

Permalink
Merge pull request #2 from phpspider/patch-1
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
andhikayuana authored Jun 25, 2020
2 parents 4bbbb77 + b5a2f24 commit 6a34833
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 6a34833

Please sign in to comment.