Skip to content

andhikayuana/laravel-socket.io

Repository files navigation

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

Screenshots

Contact

You can contact me at the emaill andhika@yuana.id

Donation

ko-fi

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