The Wayback Machine - http://web.archive.org/web/20200913091147/https://github.com/andhikayuana/laravel-socket.io
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

Simple Chat using Laravel + Socket.io

Simple Chat using Laravel + Socket.io, You can see slide here

Requirements

  1. LAMPP/XAMPP
  2. Composer
  3. NodeJS + NPM

Installation

$ git clone https://github.com/andhikayuana/laravel-socket.io.git
$ 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

Now, open your web browser and got http://localhost:8000 . Enjoy :D

Contact

You can contact me at the emaill or fb

Contributing

  1. Fork it!
  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
You can’t perform that action at this time.