I use laravel websocket for broadcast message to browser and it work but message show just for second then disable?

|
Rahul Kahar 2022-09-08 15:08:20
https://optimhire.com/developers/jv/92185?ref_code=rahul-kahar-1185660

Work On Projects You Love | Jobs for Developers | Optim HireOptimhire
Are you a Developer searching for a Jobs Online? Your wait is Over, Create your Profile at Optim Hire today and get hired soon!
didaputraad 2022-09-08 15:35:46
Esspeltein 2022-09-08 14:32:39
Yes

Call session data it

trex1910 2022-09-08 15:47:52
Any docker persone I facing issue
Domantas 2022-09-08 16:01:24
Hello, I’m writing to you from the www.halyo.co organization that recruits remote software developers for US, Canada, Singapore, and German tech companies. At this moment we need more people working on lead generation. Send me a PM, and I’ll tell you more about it.
Web Developer 2022-09-08 16:28:59
HyipMakerTeamzone 2022-09-08 10:04:04
how to eddit page i cant show defult value on options my eddit page code here : <div class=”form-group “>
<label for=”exampleInputName1″>Type</label>
<select class=”form-control” name=”type”>
<option disabled=”” selected=””>–Select Type– </option>
<option value=”1″>Big</option>
<option value=”0″>Smail</option>
<option value=”audi” selected>Smail</option>
</select>
</div>

You have to do something like this:
<select class=”form-select mb-1″ aria-label=”size 3 select example”
name=”paymentplan” onchange=”changepaymentPlan(this)” id=”paymentplan”>
<option value=”0″ @if ($order->paymentplan == 0) {{ ‘selected’ }} @endif>
No</option>
<option value=”1″ @if ($order->paymentplan == 1) {{ ‘selected’ }} @endif>
Yes</option>
</select>

Web Developer 2022-09-08 16:30:55
Esspeltein 2022-09-08 12:11:35
Can you help me?

first check in response token is coming or not

ldefra 2022-09-08 17:11:30
hi guys, anyone knows how read the orientation of pdf files on php?
alsuhaibi96 2022-09-08 17:50:58
Mr. N♡ ♡N€🇮🇳 2022-09-08 07:31:05
It’s seems like you are changing your server, and previous server cache exist in the project that’s why this problem is occurring….

U just need to execute this following command

php artisan route:clear
php artisan config:clear
php artisan cache:clear

If u don’t have terminal access ask server team to give it to you…. Or you can tell them to execute that command in your project root dictionary …..

Thanks bro

natghi2010 2022-09-08 18:04:09
Are you sure? 15 000 per hire?
Esspeltein 2022-09-08 18:04:44
Web Developer 2022-09-08 16:30:55
first check in response token is coming or not

if I wrote print_r($request->all());exit; —> token is come
But when I post values, Token is not appear

natghi2010 2022-09-08 18:06:07
Esspeltein 2022-09-08 18:04:44
if I wrote print_r($request->all());exit; —> token is come
But when I post values, Token is not appear

Dd($request->all());

natghi2010 2022-09-08 18:06:50
You can so the same with request->header
Hyggeeeeee 2022-09-08 18:07:05
😳Can’t you use laravel-debugbar?
Hyggeeeeee 2022-09-08 18:07:16
I think this is very useful
Hyggeeeeee 2022-09-08 18:09:16
😭I see, only I am still in the mvc stage.
natghi2010 2022-09-08 18:10:16
Hyggeeeeee 2022-09-08 18:07:05
😳Can’t you use laravel-debugbar?

This is the proper way

natghi2010 2022-09-08 18:10:45
But too many people don’t want to take the time to setup.
Hyggeeeeee 2022-09-08 18:10:56
It is useless in api development.
Hyggeeeeee 2022-09-08 18:11:38
I guess so
natghi2010 2022-09-08 18:12:23
Hyggeeeeee 2022-09-08 18:11:38
I guess so

Sorry I confused it with xdebug

natghi2010 2022-09-08 18:13:10
But laravel debug is still useful for sql queries
Hyggeeeeee 2022-09-08 18:13:28
yeah
Yousef Dhrooj 2022-09-08 18:24:30
i use laravel websocket for broadcast message to browser and it work but message show just for second then disable ?
Yousef Dhrooj 2022-09-08 18:24:51
i install latest V from pusher
Ajmal243 2022-09-08 19:28:15
laravel_discuss-137422.jpg
why this error occured when deleting a category from index page?i use resource controller.
Ajmal243 2022-09-08 19:35:31
Any one know?
cccr85 2022-09-08 19:46:46
you call url by method GET. You need call POST or change method in route config file
cccr85 2022-09-08 19:49:29
I need a job. I know a lot. 13 years experience. If someone needs a specialist, please contact me. I am looking for a full-time or part-time job
TheHunter_95 2022-09-08 20:12:56
2022-09-07 23:45:30
you can’t be serious

Bro i know api dev , core php , codeigniter, laravel, html, css, js, jquery, bootstrap, 8 months of experience

What should be my expected salary in INR

Please help me

Manalalsubaei 2022-09-08 20:21:59
laravel_discuss-137427.jpg

u_f_0_1 2022-09-08 20:22:51
laravel_discuss-137428.jpg
Hi devs, I have a php related issue.. I need someone to help me review my codes. It’s for a job interview..

I don’t have in-depth knowledge of php

Yousef Dhrooj 2022-09-08 22:01:41
laravel_discuss-137436.jpg

Yousef Dhrooj 2022-09-08 22:01:41
laravel_discuss-137435.jpg
i use larave websocket 1.13 and pusher 7.0 when broadcast event it work and message show in browser but it disappear in second and no error in console ??
JS 2022-09-08 22:25:08
https://youtu.be/R30vRGaD_TQ
#laravel #laraveltrainings #programmingtutorials #webdevelopmenttutorials #tutorials

08 – Laravel Trainings | Insert Data in Table using ModelYouTube
#laravel #laraveltutorial #latest #webdevelopment

How to create records in table using Models?
Model::create()
Model::insert()
Model::save()

Alesandrooo99 2022-09-08 23:56:05
Hi devs, I have a fast exel issue.. I need someone to help me review my codes. It’s for a job interview..
|