I have design vedio calling application through Laravel Websocket and pusher. It's working fine on localhost but when i upload hostinger Hpanel then it's show an error which is Websocket failed. Please guide me how I handle it or how I'm upload project on live server?
good morning sir sir mera beta hai 12 saal ka aapki kaafi video dekhataa hai , video dekhkar laravel ke baare me kaafi kuchh sikh gaya hai thoda bahut vue js ke beere me bhi jantaa hai , kya aap thoda use padhaa denge hapte me ek do ghanta
Hi, 12 saal ka h aur laravel and vuejs sikh rha h.. future bright h ldke ka 👍 abhi es month me thoda tied up chl rha hun ... btata hun aap ko kuch hota h to
Sir i also follow the same instructions but notification show on page load. success message show, data is also storing into the database. Socket is running properly and event also show on the socket console. in your video the message after the success in the google console which was triggered for notification that is not display in our screen. so can you tell me what is the problem for this case.
Dear Mr.Ajay, how we can implement this logic into select2 dropdown content update , please teach me , without page or tab refresh , I want to load dropdown list items
Sir i have follow all the instructions which you have share in the video but my notification show on page load not show on the button click. can you tell me what is the problem. message show success , data is also storing in the notification table but notification not show on click button. I need help
Echo.private(`orders.${orderId}`) .listen('OrderShipmentStatusUpdated', (e) => { console.log(e.order); }); Echo is available via window.Echo, in app.js file, you can use it in your blade file also without vuejs.need to add only js/app.js file
@@ajay-yadav Echo.private('post_like.'+props.user.id) .notification((notification) => { notifications.value.push(notification.notification); console.log(notification); console.log('testing notification'); }) return { notifications } yes laravel echo is not working sir how to solve for this problem