laravel socket.io
v1.0.0
Chat simple usando Laravel + Socket.io, puedes ver la diapositiva aquí
$ 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
Ahora, abra su navegador web y obtenga http://localhost:8000
. Disfruten :D
Puedes contactarme al correo electrónico [email protected]
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature