whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
app
/
Events
/
Upload File:
files >> /home/kckglobal/www/portal/app/Events/TestPusherEvent.php
<?php namespace App\Events; use Illuminate\Broadcasting\InteractsWithSockets; use Illuminate\Contracts\Broadcasting\ShouldBroadcast; use Illuminate\Foundation\Events\Dispatchable; use Illuminate\Queue\SerializesModels; class TestPusherEvent implements ShouldBroadcast { use Dispatchable, InteractsWithSockets, SerializesModels; /** * Get the channels the event should broadcast on. * * @return \Illuminate\Broadcasting\Channel|array */ public function broadcastOn() { return ['test-pusher-channel']; } public function broadcastAs() { return 'test-pusher-message'; } }
Copyright ©2021 || Defacer Indonesia