← prev | next →
zorca 2019-11-11 16:12:49
praneet81 2019-11-11 16:03:02
https://github.com/beyondcode/laravel-websockets
Use Pusher service, dont start push server on your own VPS
praneet81 2019-11-11 16:31:28
http://docs.beyondco.de/laravel-websockets/1.0/basic-usage/starting.html#keeping-the-socket-server-running-with-supervisord
Laravel Websockets – Starting the WebSocket server –
Beyond CodeWe focus on building tools that make your life as developer more enjoyable and love sharing our broad knowledge that we gain during this process.
praneet81 2019-11-11 16:31:48
praneet81 2019-11-11 16:31:28
http://docs.beyondco.de/laravel-websockets/1.0/basic-usage/starting.html#keeping-the-socket-server-running-with-supervisord
I think i got the answers on their docs itself
2019-11-11 19:55:06
Why this is not working with carbon:
$date_start = ‘2019-11-11’;
$date_end = Carbon::parse($date_start)->subDays(6);
$reporters = report::whereBetween(‘dt’,[$date_start,$date_end->format(“Y-m-d”)])->groupBy(‘name’)->get();
dd($reporters);
But this is working – without carbon:
$date_start = ‘2019-11-11’;
$date_end = ‘2019-11-05’;
$reporters = report::whereBetween(‘dt’,[$date_start,$date_end->format(“Y-m-d”)])->groupBy(‘name’)->get();
dd($reporters);
Mahdi_khani 2019-11-11 20:00:22
User::find(3)->comments;
This model retrive only comments table field of user with id 3
But i need user field and its comment together
Thanks for helping
2019-11-11 20:04:56
2019-11-11 19:55:06
Why this is not working with carbon:
$date_start = ‘2019-11-11’;
$date_end = Carbon::parse($date_start)->subDays(6);
$reporters = report::whereBetween(‘dt’,[$date_start,$date_end->format(“Y-m-d”)])->groupBy(‘name’)->get();
dd($reporters);
But this is working – without carbon:
$date_start = ‘2019-11-11’;
$date_end = ‘2019-11-05’;
$reporters = report::whereBetween(‘dt’,[$date_start,$date_end->format(“Y-m-d”)])->groupBy(‘name’)->get();
dd($reporters);
I found – where is the problem was )))) Thanks!!!
itsvahid_ab 2019-11-11 20:05:48
Mahdi_khani 2019-11-11 20:00:22
User::find(3)->comments;
This model retrive only comments table field of user with id 3
But i need user field and its comment together
Thanks for helping
User:: where(‘id’, 3)->with(‘comments’)->get();
itsvahid_ab 2019-11-11 20:06:45
not sure if this works:
User::with(‘comments’)->find(3);
Mahdi_khani 2019-11-11 20:07:13
itsvahid_ab 2019-11-11 20:06:45
not sure if this works:
User::with(‘comments’)->find(3);
Mamnoon
Mahdi_khani 2019-11-11 22:30:03
itsvahid_ab 2019-11-11 20:05:48
User:: where(‘id’, 3)->with(‘comments’)->get();
Works
Thanks❤️
itsvahid_ab 2019-11-11 22:34:04
Mahdi_khani 2019-11-11 22:30:03
Works
Thanks❤️
you’re welcome
o_sayfullayev 2019-11-12 01:00:25
you already forwaded it, CRAZY
o_sayfullayev 2019-11-12 01:00:34
1
o_sayfullayev 2019-11-12 01:00:37
2
o_sayfullayev 2019-11-12 01:02:09
Do you know what is brain or pride for person? We already said WE DON’T NEED THIS SHIT
richitorres 2019-11-12 01:05:37
report them
2019-11-12 01:44:42
Appeal to the Admin ,
please delete anyone who violates the group’s terms …
benson_kb 2019-11-12 06:59:41
Anybody have worked on jsonmiddleware
Sid 2019-11-12 07:00:07
Hey, Everyone I am Siddharth Having 6.5+ years experience as a full-stack developer and I have created youtube channel you can learn from my channel a lot of technical skills like python, PHP, node js, angular, react, AWS, google cloud computing, Mysql, MongoDB and live project. Please subscribe my youtube channel and give me feedback so I can understand developers requirement thanks for the support.
Blog: https://realprogrammer.in
Youtube: https://www.youtube.com/user/siddharthshukla089
Manoj Mehta 2019-11-12 09:37:38

Can I enable this in godaddy
skys215 2019-11-12 09:59:22
are you using shared host?or dedicated host?
zorca 2019-11-12 10:21:40
skys215 2019-11-12 09:59:22
are you using shared host?or dedicated host?
Godaddy === shithost 😊
senhorY 2019-11-12 11:29:04
Hey, what do you think of Laravel Voyager?
senhorY 2019-11-12 11:53:11
Someone recommended Laravel Boilerplate instead, but I Voyager looks so good and having the opportunity to set a crud for each model automatically is so good
Manoj Mehta 2019-11-12 15:19:06
skys215 2019-11-12 09:59:22
are you using shared host?or dedicated host?
Shared
2019-11-12 15:50:14
Hi,
I am new to this laravel, could anyone send me simple form submission to database projects. Files…
Waiting 🙂
Last King 2019-11-12 16:13:34
Help please i wants to use my php template in laravel ..? Its is possible and how i can do ..?
skys215 2019-11-12 16:37:11
Last King 2019-11-12 16:13:34
Help please i wants to use my php template in laravel ..? Its is possible and how i can do ..?
Smarty?
oruj91 2019-11-12 16:38:18
guys need your help.
I use css modules. but laravel doesn’t work with it by default
Samy 2019-11-12 16:38:47
hello everyone how can i use laravel mix with my html5 bootstrap template
Samy 2019-11-12 16:39:17
please some one can help me ?
Last King 2019-11-12 16:59:21
I mean that i have project which its almost complete i use php but i want to make its easy control by use laravel
Last King 2019-11-12 17:00:11
Lyk what..?
Last King 2019-11-12 17:00:26
Its possible to be in laravel
Last King 2019-11-12 17:04:20
Also
Last King 2019-11-12 17:13:15
I understand it
Last King 2019-11-12 17:13:25
But not much
Last King 2019-11-12 17:14:09
The problem i face its durring page’s controller
Last King 2019-11-12 17:14:21
And databass migration
Mahdi_khani 2019-11-12 17:25:25
Php
How to remove html tag from xml file
richitorres 2019-11-12 17:25:31
https://www.reuters.com/article/us-mexico-pemex-idUSKBN1XM041
Ransomware attack at Mexico’s Pemex halts work, threatens to cripple computers –
U.S.A ransomware attack hit computer servers and halted administrative work on Monday at Mexican state oil firm Pemex, according to employees and internal emails, in hackers’ latest bid to wring ransom from a major company.
deepu606 2019-11-12 17:28:51
Mahdi_khani 2019-11-12 17:25:25
Php
How to remove html tag from xml file
Read contents using filegetcontents and replace by string replace function.
deepu606 2019-11-12 17:28:56
May help
Mahdi_khani 2019-11-12 17:35:24
deepu606 2019-11-12 17:28:51
Read contents using filegetcontents and replace by string replace function.
Not find in xml
deepu606 2019-11-12 17:36:06
Send me a detail sample to me @ deepu606@gmail.com.
H_Bakhtar 2019-11-12 17:56:15
Hi I wanna make dynamic instead of this static id from Pivot table where to pass a parameter ?
skys215 2019-11-12 18:03:23
just replace it
H_Bakhtar 2019-11-12 18:04:42
skys215 2019-11-12 18:03:23
just replace it
what?
skys215 2019-11-12 18:05:02
replace ‘4’ with a variable
2019-11-12 18:46:30
Hello guys when I run php artisan schedule:run cmd also run my default queue job how to restrict
← prev | next →