laravel socket.io
v1.0.0
Laravel + Socket.io를 사용한 간단한 채팅, 여기에서 슬라이드를 볼 수 있습니다.
$ 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
이제 웹 브라우저를 열고 http://localhost:8000
얻으세요. 즐겨보세요 :D
이메일 [email protected]로 저에게 연락하실 수 있습니다.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature