Can anyone kindly help me?

|
foulla_sam 2021-02-02 17:07:46
laravel_discuss-68953.jpg
My web.php file
DesolatorMagno 2021-02-02 17:10:36
Why don’t you try reading the error? maybe check line 11 of ConversationController while you are doing that.
foulla_sam 2021-02-02 19:03:22
DesolatorMagno 2021-02-02 17:10:36
Why don’t you try reading the error? maybe check line 11 of ConversationController while you are doing that.

Thanks sir I found it, it was my index method of ConversationController

danielwaiguru 2021-02-02 19:21:43
foulla_sam 2021-02-02 17:07:46
My web.php file

Your theme name please?

2021-02-02 19:24:13
Why is get request not working
2021-02-02 19:24:40
What is the possible reason
2021-02-02 19:26:00
I need Iaravel FAQs someone
DesolatorMagno 2021-02-02 19:26:19
https://laravel.com/docs/8.x
foulla_sam 2021-02-02 19:32:33
danielwaiguru 2021-02-02 19:21:43
Your theme name please?

One Monokai

RahiMSuleymaN 2021-02-02 23:19:08
How can I get the data for the last 1,2,3,4,5,6,7 days
RahiMSuleymaN 2021-02-02 23:19:53
But May be for examlpe 2 day ago data not insert
RahiMSuleymaN 2021-02-02 23:21:01
laravel_discuss-68969.jpg

RahiMSuleymaN 2021-02-02 23:21:29
I need it for charts
RahiMSuleymaN 2021-02-02 23:23:01
if I use groupBy method may be for 2 day ago data not found then chart not working rightly
Batu157 2021-02-02 23:24:09
You might use a date object and compare it with your dB records, if they don’t exist then the value for the chart is 0 for example
RahiMSuleymaN 2021-02-02 23:27:38
laravel_discuss-68973.jpg

RahiMSuleymaN 2021-02-02 23:28:40
I did so
RahiMSuleymaN 2021-02-02 23:29:02
but query is 41
RahiMSuleymaN 2021-02-02 23:29:13
laravel_discuss-68976.jpg

DesolatorMagno 2021-02-02 23:29:19
take the result and fill a object or array with teh data.
req98 2021-02-02 23:59:50
I have a prob with sending reset password email to gmail :

Unsupported sendmail command flags []. Must be one of “-bs” or “t”..

RahiMSuleymaN 2021-02-03 05:31:28
DesolatorMagno 2021-02-02 23:29:19
take the result and fill a object or array with teh data.

thanks query is 3(before 41) already

RahiMSuleymaN 2021-02-03 05:32:39
laravel_discuss-68985.jpg

RahiMSuleymaN 2021-02-03 05:36:02
laravel_discuss-68987.jpg

RahiMSuleymaN 2021-02-03 05:37:11
Batu157 2021-02-02 23:24:09
You might use a date object and compare it with your dB records, if they don’t exist then the value for the chart is 0 for example

thanks for idea

absoluthalal 2021-02-03 05:56:52
laravel_discuss-68990.jpg
How to passing the $this->keyword to the rendering component?
Hasi_boi 2021-02-03 06:24:58
laravel_discuss-68991.jpg
Can anyone kindly help me?
RahiMSuleymaN 2021-02-03 06:25:31
ang=>Model::where()
RahiMSuleymaN 2021-02-03 06:26:09
You remove pendingCall method
Chrisdavid32 2021-02-03 10:29:38
Good morning devs
MR_SUBHU 2021-02-03 10:42:58
How login with mobile number in auth laravel 8
Chrisdavid32 2021-02-03 10:43:08
Am running a search by user ID in laravel. I am redirecting to another page if the userID input is found.
Questions:
How can catch the value of the UserID in the next page. That is the page.
MR_SUBHU 2021-02-03 10:43:43
How login with mobile number in auth laravel 8
MR_SUBHU 2021-02-03 10:44:18
Plz help
segungreat 2021-02-03 10:47:32
Chrisdavid32 2021-02-03 10:43:08
Am running a search by user ID in laravel. I am redirecting to another page if the userID input is found.
Questions:
How can catch the value of the UserID in the next page. That is the page.

https://laravel.com/docs/8.x/responses#redirecting-with-flashed-session-data

|