β prev | next β
2021-05-27 21:55:11
FH 2021-05-27 21:53:08
Alphacodeee
What
flyingdragons 2021-05-27 21:55:53
2021-05-27 21:52:24
I configured to an gmail address but email is coming in mailhog
Yes it’s for testing only. To check if the mail code and how it looks after delivery to customer
flyingdragons 2021-05-27 21:56:34
2021-05-27 21:52:24
I configured to an gmail address but email is coming in mailhog
You need to use something like Sendgrid, MailJet or AWS Email
2021-05-27 21:56:58
flyingdragons 2021-05-27 21:55:53
Yes it’s for testing only. To check if the mail code and how it looks after delivery to customer
Many many thanks good night
2021-05-27 21:57:34
flyingdragons 2021-05-27 21:56:34
You need to use something like Sendgrid, MailJet or AWS Email
For sending to gmail or other mail account
flyingdragons 2021-05-27 21:59:03
2021-05-27 21:57:34
For sending to gmail or other mail account
Yes for sending to real mails like Gmail or any other thing you need to use Sendgrid like service.
If you want for free then you need to setup DKIM, MX and other records
sullysys 2021-05-27 22:02:54
Solved
2021-05-27 22:03:35
flyingdragons 2021-05-27 21:59:03
Yes for sending to real mails like Gmail or any other thing you need to use Sendgrid like service.
If you want for free then you need to setup DKIM, MX and other records
Thanks solved
flyingdragons 2021-05-27 22:44:58
sullysys 2021-05-27 22:02:54
Solved
How did you resolve it
2021-05-27 22:49:58
flyingdragons 2021-05-27 22:44:58
How did you resolve it
Broo…. π You’re helping him since last an hour, it’s resolved with thanks..! I got it how.
Ayushi2020 2021-05-27 23:10:29
Urgent requirement for Laravel Developer!
Experience – 4+ years.
CTC – up to 10 lacs.
Location – remote work
Kindly share your resume at ayushi.goel@novostack.com
Shubham 2021-05-28 00:22:33
[cart_products] => Array
(
[crt] => Array
(
[pid] => 1
[qty] => 0
)
)
how to add another array in cart_products?
i want output like this:
[cart_products] => Array
(
[crt] => Array
(
[pid] => 42
[qty] => 10
),
[crt] => Array
(
[pid] => 50
[qty] => 23
),
)
please let me know in php
Braveitsolution 2021-05-28 00:57:37
Do u have woocommerce product builder latest version
Cheima Elkhadim 2021-05-28 02:22:00
Sorry, forgive me, I have a problem with Laravel. I have to show you a picture of the device, can I send it
Cheima Elkhadim 2021-05-28 02:23:31

Error in installing npm
Cheima Elkhadim 2021-05-28 02:24:31
Please help meπ
Tirelessphyche 2021-05-28 04:40:04
Cheima Elkhadim 2021-05-28 02:23:31
Error in installing npm
Node.js download kr rkha hai kya
flyingdragons 2021-05-28 04:42:41
Shubham 2021-05-28 00:22:33
[cart_products] => Array
(
[crt] => Array
(
[pid] => 1
[qty] => 0
)
)
how to add another array in cart_products?
i want output like this:
[cart_products] => Array
(
[crt] => Array
(
[pid] => 42
[qty] => 10
),
[crt] => Array
(
[pid] => 50
[qty] => 23
),
)
please let me know in php
You can use the same key name for assocative array. It will overwrite the respective array.
You can use array_push
flyingdragons 2021-05-28 04:42:58
https://www.php.net/manual/en/function.array-push.php
flyingdragons 2021-05-28 04:49:09
Cheima Elkhadim 2021-05-28 02:23:31
Error in installing npm
You might have installed NodeJs 14+ version which is not compactable with the packages you have.
Either downgrade the NodeJs to lower version
OR Run
npm update && npm run dev
flyingdragons 2021-05-28 04:49:48
Make sure to update only on your local machine. Don’t upgrade anything in production
GTLeader 2021-05-28 05:14:06
Please who can help me run python script to add members to telegram group
Lalit Rana 2021-05-28 10:36:52
Hello I need some help in rachet Socket
Lalit Rana 2021-05-28 10:37:20
Message is sending but not received
2021-05-28 12:38:17
Can we use 2 different compoents inside a single view
2021-05-28 12:38:28
In laravel
2021-05-28 12:38:55
I have 2 components A and B
2021-05-28 12:39:18
I need to add these components inside my view Home
2021-05-28 12:39:34
I tried but it is showing some error
2021-05-28 12:39:53
Anyone here to help me out
Billa_Bongg 2021-05-28 12:46:36
2021-05-28 12:39:18
I need to add these components inside my view Home
This is how I added my components to a blade file:
<livewire:componentA />
<livewire:componentB />
Billa_Bongg 2021-05-28 12:47:10
Billa_Bongg 2021-05-28 12:46:36
This is how I added my components to a blade file:
<livewire:componentA />
<livewire:componentB />
Another point is they are inside a div
β prev | next β