laravel socket.io
v1.0.0
Einfacher Chat mit Laravel + Socket.io, Sie können die Folie hier sehen
$ 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
Öffnen Sie nun Ihren Webbrowser und rufen Sie http://localhost:8000
auf. Viel Spaß :D
Sie können mich unter der E-Mail-Adresse [email protected] kontaktieren
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature