← prev | next →
mortezagoodarzi1 2019-11-15 13:20:02
2019-11-15 13:12:56
Slm ki hack balade😐
in kharejia balan🙊
2019-11-15 13:22:58
mortezagoodarzi1 2019-11-15 13:20:02
in kharejia balan🙊
Che bad khoda 😂
aaminhashemi 2019-11-15 13:23:05
The best way for Vue js learning?
skys215 2019-11-15 13:23:17
2019-11-15 13:22:58
Che bad khoda 😂
Sorry it’s English group
2019-11-15 13:24:27
skys215 2019-11-15 13:23:17
Sorry it’s English group
Ok
Mahdi_khani 2019-11-15 15:09:31
Mahdi_khani 2019-11-15 15:11:38
Mahdi_khani 2019-11-15 15:09:31
This is my array and i want this data . How can i create it?
(
[user_id] => 4 ,
[Total_qty] => 8,
[Total_price] => 40000
)
skys215 2019-11-15 15:12:07
php.net/array_column
Mahdi_khani 2019-11-15 15:28:53
skys215 2019-11-15 15:12:07
php.net/array_column
I want sum of total_qty and sum of total price for user 4
skys215 2019-11-15 15:29:58
Yeah
skys215 2019-11-15 15:33:27
$newVar= [
‘user_id’=> $data[‘user_id’],
‘quantity’ => array_sum(array_column($data, ‘total_qty’)),
‘total_price’ => array_sum( array_column($data,’total_price’)),
];
Mahdi_khani 2019-11-15 15:39:46
skys215 2019-11-15 15:33:27
$newVar= [
‘user_id’=> $data[‘user_id’],
‘quantity’ => array_sum(array_column($data, ‘total_qty’)),
‘total_price’ => array_sum( array_column($data,’total_price’)),
];
Thanks❤️
iamaeshar 2019-11-15 15:41:12
iamaeshar 2019-11-15 15:41:30
iamaeshar 2019-11-15 15:41:12
Why this give me error
iamaeshar 2019-11-15 15:42:03
iamaeshar 2019-11-15 15:42:46
Even I have given lastLogin data. Why this give me error ?
skys215 2019-11-15 15:42:51
iamaeshar 2019-11-15 15:41:12
It’s obvious
skys215 2019-11-15 15:43:07
Show your table structure
pavgur 2019-11-15 15:44:25
Hi! I’m not an English native, sorry! Is it normal way to storage files at the server, where filename is sha256 hash ?
iamaeshar 2019-11-15 15:44:59
iamaeshar 2019-11-15 15:45:14
iamaeshar 2019-11-15 15:44:59
My Database Structure
skys215 2019-11-15 15:47:02
iamaeshar 2019-11-15 15:45:14
My Database Structure
Try lower case?
Ferimisp 2019-11-15 16:00:47

Can anyone help me complete .
y college assignment? Pliss help me
Patricklab 2019-11-15 16:27:27
anyone here very experienced with codeigniter whose ready to help us out on an active project
skys215 2019-11-15 16:29:59
Wrong group
2019-11-15 16:51:43
Anbody help me subjoin method in query
rebory 2019-11-15 18:41:36
Control your wording first
dennis 2019-11-15 18:50:36
skys215 2019-11-15 10:34:19
New install?
Yes 6.0
dennis 2019-11-15 18:51:42
dennis 2019-11-15 10:03:47
Anybody experiencing 404 nginix errors with laravel 6.0
Any help
skys215 2019-11-15 19:48:26
dennis 2019-11-15 18:50:36
Yes 6.0
Have you enabled rewrite module on apache/nginx?
dennis 2019-11-15 21:30:50
skys215 2019-11-15 19:48:26
Have you enabled rewrite module on apache/nginx?
Yes
dennis 2019-11-15 21:31:04
5.8 project runs fine
praneet81 2019-11-16 03:21:00
Can anyone suggest how to make one on one chat app using laravel?
praneet81 2019-11-16 03:21:15
Real time chat*
flaviofilipe 2019-11-16 04:04:49
praneet81 2019-11-16 03:21:00
Can anyone suggest how to make one on one chat app using laravel?
I think that u can use socket with php
flaviofilipe 2019-11-16 04:05:31
But Node is recommended
skys215 2019-11-16 04:20:37
praneet81 2019-11-16 03:21:00
Can anyone suggest how to make one on one chat app using laravel?
https://pusher.com/tutorials/chat-laravel
https://github.com/musonza/chat
https://appdividend.com/2018/05/19/laravel-vue-chat-application-tutorial/
Build a chat app with Laravel –
PusherBuild a Laravel chat application using Vue.js and receive realtime messages with Pusher.
skys215 2019-11-16 04:20:51
F**k just google it please!!
linducipta 2019-11-16 06:59:38
https://medium.com/laravel-indonesia/membangun-sub-domain-routing-dengan-laravel-b3cd2ae6d717
Membangun Sub-Domain Routing dengan Laravel –
MediumJika kita menggunakan aplikasi modern misalnya Slack, biasanya setelah signup kita memiliki domain sendiri misalnya malescast.slack.com…
linducipta 2019-11-16 07:02:22
if i create subdomain
domain1.laravel.com change to domain1.com how to point this.?
https://laravel.com/docs/5.7/routing
linducipta 2019-11-16 07:02:47
i want to create subdomain routing laravel become domain
praneet81 2019-11-16 08:27:50
skys215 2019-11-16 04:20:51
F**k just google it please!!
I did Google is, but all examples etc are mainly for group chat and even some have one to one chat they are not elegant for production purpose, for instance the link you sent me it fetches all the messages which would throw al the errors if there are no chats done yet
skys215 2019-11-16 08:54:36
private chat is just a group chat with 2 people
skys215 2019-11-16 08:56:45
if you want for production purpose, use rocket.chat
If you even don’t know how to write a private chat, how it can be use for production purpose? Using existing open source project is much more reliable, don’t you think so?
Mustafa Bharmal 2019-11-16 10:02:14
Hello Guys Jquery Append Method Issue
Mustafa Bharmal 2019-11-16 10:02:21
Plz solve me
Mustafa Bharmal 2019-11-16 10:03:10
add Or Remove method Issue Please Solve me guys
skys215 2019-11-16 10:15:37
It’s laravel group
aye_raju 2019-11-16 10:17:17
Can anyone kick MSF from this group
aye_raju 2019-11-16 10:17:44
For sending this shit
← prev | next →