'providers' => [ ..... \fendui\HproseServiceProvider::class ]
php artisan vendor:publish --provider="fendui\HproseServiceProvider"
\fendui\Facades\HproseRoute::add(function () { return 'service hello'; }, 'hello'); \fendui\Facades\HproseRoute::add(\fendui\demoService::class);reguregation 및 Demo 라우팅 파일
php artisan hprose:socket
서버 서버 사이드 메소드 및 클래스. 주입
$uris =['tcp://127.0.0.1:1314']; $client = new \fendui\Clients\SocketClient($uris, false); $client->hello() $client->fendui_demoService->kan() 需要配置配置 'client' => [ 'tcp_uris' => [ 'tcp://127.0.0.1:1314', ], 'async' => false ], app('hprose.socket.client')->hello()
rpc 서비스 시작config/app.php
http://127.0.0.1:8000/rpc클라이언트 콜
http://127.0.0.1:8000/rpc/kan
http://127.0.0.1:8000/rpc/demo/say
http://127.0.0.1:8000/rpc/demo/kan
http://127.0.0.1:8000/rpc/demo/can
demo 등록된 메소드 보기rrreee
라우팅을 통해 호출 메소드를 볼 수 있습니다rrreee
관련 추천:라라벨 최신 5개 영상 튜토리얼