Waitrud Weber’s blog

things and reminders for memories

2018-12-23から1日間の記事一覧

004 Not Laravel but Scoket connection on console on php

Anyway, I could connect to terminal server which I created myself. > .\winmain_server_001.exe \php> php -f .\client_001.php<h2>TCP/IP Connection</h2>OK.Attempting to connect to '127.0.0.1' on port '27015'...OK.Sending HTTP HEAD request...OK.Reading…

003 Laravel does not include any sockets but php itself could do it.

Laravel does not include any sockets but php itself could do it. So, on the web site, we could send message more flexible and make application more creative. I agree laravel messages on the following even though it does not support any soc…

002 Laravel does not support any sockets

Laravel does not include any sockets.https://laravel.com/docs/5.7/broadcasting#driver-prerequisites Thanks a lot toenable sockethttps://stackoverflow.com/questions/1361925/how-to-enable-socket-in-php And, I used xamp for instlation of lara…