← prev | next →
Tech 2020-09-07 19:49:02
flyingdragons 2020-09-07 15:55:44
That one comes for a customer or customer orders so while validating that we can add that.
Usually we have have multiple ways to store it.
We can also simplify further by making customer_coupons tables so that we can make more flexible like allowing only particular coupons for customer with some status column.
But heavily depends on the requirements
Then how the refund will be initiated?what are the process of refunding via payment gateways/apis?
flyingdragons 2020-09-07 20:00:57
Tech 2020-09-07 19:49:02
Then how the refund will be initiated?what are the process of refunding via payment gateways/apis?
The Payment gateways will be having refund APIs. Make sure to call them by passing respective data
Tech 2020-09-07 20:01:34
flyingdragons 2020-09-07 20:00:57
The Payment gateways will be having refund APIs. Make sure to call them by passing respective data
Okay thanks I’ll check about this
flyingdragons 2020-09-07 20:01:54
May I know which payment gateway do you use
Syed Sohail 2020-09-07 20:02:39
Have any one work on live video streaming in laravel?
JoaquinVilchez 2020-09-07 21:30:24
Hi!
What do you recommend to deploy my Laravel application? AWS or DigitalOcean?
Thank you
JoaquinVilchez 2020-09-07 21:30:56
(It’s my first time to deploy to a server like this … always use shared servers)
JoaquinVilchez 2020-09-07 21:33:57
My application is an online ordering and delivery service for multiple restaurants.
2020-09-07 21:48:29
i want to send email with attachment in core php. I try different approach from google nothing one not be work.Please help me anyone
natghi2010 2020-09-07 21:54:37
2020-09-07 21:48:29
i want to send email with attachment in core php. I try different approach from google nothing one not be work.Please help me anyone
whats core php?
flyingdragons 2020-09-07 22:14:40
https://stackcoder.in/posts/new-features-in-laravel-8
New Features In Laravel 8
New Features In Laravel 8 | StackCoder –
StackCoderToday is a big day for the Laravel community as Laravel 8 has released the early access to the documentation. Though the features are still on its way to update, there are tons of loaded features to give it a try.
flyingdragons 2020-09-07 22:15:44
2020-09-07 21:48:29
i want to send email with attachment in core php. I try different approach from google nothing one not be work.Please help me anyone
Hey mate I have written an entire article on the same. Hope it might help you. Please check the following
flyingdragons 2020-09-07 22:15:54
https://stackcoder.in/posts/send-email-in-php-with-phpmailer
Send Email In PHP With PHPMailer | StackCoder –
StackCoderIn this article you will learn how to download PHP Mailer, include in your project, configuring SMTP, simple example, add cc/bcc/replyTo options & file attachments.
flyingdragons 2020-09-07 22:16:24
natghi2010 2020-09-07 21:54:37
whats core php?
Plain PHP. Without using any frameworks.
natghi2010 2020-09-07 22:16:46
flyingdragons 2020-09-07 22:16:24
Plain PHP. Without using any frameworks.
are you on localhost?
flyingdragons 2020-09-07 22:17:17
natghi2010 2020-09-07 22:16:46
are you on localhost?
Can you please rephrase the sentense again. I couldnt get you
natghi2010 2020-09-07 22:17:45
are you on xampp/wamp?
flyingdragons 2020-09-07 22:17:58
I am using MAMP
Danieldrew 2020-09-07 22:18:02
Php pure?
natghi2010 2020-09-07 22:18:08
flyingdragons 2020-09-07 22:17:58
I am using MAMP
thats why it doesnt work
flyingdragons 2020-09-07 22:18:59
He he he. I was telling you whats the meaning of core PHP, and you got me wrong
natghi2010 2020-09-07 22:19:43
flyingdragons 2020-09-07 22:18:59
He he he. I was telling you whats the meaning of core PHP, and you got me wrong
<?php
// the message
$msg = “First line of textnSecond line of text”;
// use wordwrap() if lines are longer than 70 characters
$msg = wordwrap($msg,70);
// send email
mail(“someone@example.com”,”My subject”,$msg);
?>
natghi2010 2020-09-07 22:20:00
this could should work otherwise, localhost is not letting you send the emial
flyingdragons 2020-09-07 22:20:40
natghi2010 2020-09-07 22:19:43
<?php
// the message
$msg = “First line of textnSecond line of text”;
// use wordwrap() if lines are longer than 70 characters
$msg = wordwrap($msg,70);
// send email
mail(“someone@example.com”,”My subject”,$msg);
?>
Please dont use mail() function as there are other stuff that needs to be handled and using PHPMailer can be great start for you.
flyingdragons 2020-09-07 22:21:12
natghi2010 2020-09-07 22:20:00
this could should work otherwise, localhost is not letting you send the emial
Hmm weired. Can you please check in your SPAM folder. You might have recieved
flyingdragons 2020-09-07 22:21:50
natghi2010 2020-09-07 22:19:43
<?php
// the message
$msg = “First line of textnSecond line of text”;
// use wordwrap() if lines are longer than 70 characters
$msg = wordwrap($msg,70);
// send email
mail(“someone@example.com”,”My subject”,$msg);
?>
Try using any SMTP server so that your mail dont end up in Spam
flyingdragons 2020-09-07 22:25:38
JoaquinVilchez 2020-09-07 21:30:24
Hi! What do you recommend to deploy my Laravel application? AWS or DigitalOcean?
Thank you
I recommend Digital Ocean for clean and minimal features. And the billing cycle is very clean.
AWS is amazing with too many featues. If you go for AWS then you might end up with heavy bills unknowingly.
flyingdragons 2020-09-07 22:27:27
JoaquinVilchez 2020-09-07 21:30:24
Hi! What do you recommend to deploy my Laravel application? AWS or DigitalOcean?
Thank you
You can use my Digital Ocean referral link for $100 credit https://m.do.co/c/3b2ad8472e7e
DigitalOcean – The developer cloud –
DigitaloceanHelping millions of developers easily build, test, manage, and scale applications of any size – faster than ever before.
flyingdragons 2020-09-07 22:28:14
flyingdragons 2020-09-07 22:25:38
I recommend Digital Ocean for clean and minimal features. And the billing cycle is very clean.
AWS is amazing with too many featues. If you go for AWS then you might end up with heavy bills unknowingly.
In case if you really dont care on billing and looking for extensive features then AWS is the one your looking out for
JoaquinVilchez 2020-09-07 22:28:32
flyingdragons 2020-09-07 22:27:27
You can use my Digital Ocean referral link for $100 credit https://m.do.co/c/3b2ad8472e7e
Thank youu
JoaquinVilchez 2020-09-07 22:28:45
I’ll use!!
flyingdragons 2020-09-07 22:32:15
JoaquinVilchez 2020-09-07 22:28:45
I’ll use!!
Thank you very much for using and supporting.
flyingdragons 2020-09-07 22:32:28
If you would like to start with LAMP or LEMP setup kindly use my article on the same
flyingdragons 2020-09-07 22:32:45
https://stackcoder.in/posts/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu
Install Linux, Apache, MYSQL, PHP (LAMP Stack) on Ubuntu | StackCoder –
StackCoderHi, friends this tutorial you will learn how to install, configure and testing LAMP (APACHE, MySQL, and PHP) stack on an Ubuntu 18.04 server.
flyingdragons 2020-09-07 22:33:08
https://stackcoder.in/posts/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubuntu
Install Linux, NGINX, MYSQL, PHP (LEMP Stack) on Ubuntu | StackCoder –
StackCoderHi, friends this tutorial you will learn how to install, configure and testing LEMP (NGINX, MySQL, and PHP) stack on an Ubuntu 18.04 server.
flyingdragons 2020-09-07 22:34:19
I highly suggest you to use LEMP (E – NGINX) as its dam cool with loaded features and very fast then Apache server
flyingdragons 2020-09-07 22:36:01
NOTE: Before installing MYSQL 8.x make sure you MYSQL clinet support its. I tried in MYSQL 8 opening in Workbench, Sequel Pro were not supporting
flyingdragons 2020-09-07 22:36:46
Hope it will help someone. Happy coding.
JoaquinVilchez 2020-09-07 22:51:38
Thank you!!
2020-09-07 23:59:04
Bhuvi100 2020-09-07 07:35:42
What the heck
What you want to say on these post? I don’t find anything wrong? Explain more.
2020-09-08 00:17:00
Hello
I’m new in backend
2020-09-08 01:18:54
I’m learning html and css
Diego 2020-09-08 03:01:46
Hello Guys!! Anyone can help me with this test method?
Diego 2020-09-08 03:05:09
Diego 2020-09-08 03:05:27
Diego 2020-09-08 03:05:49
Diego 2020-09-08 03:06:05
It throws me this error, but I’m not sure how to fix 😅
Diego 2020-09-08 03:24:07
Any idea👀
night days 2020-09-08 03:49:25
try to execute php artisan route:list
night days 2020-09-08 03:49:55
See if there is a corresponding route
← prev | next →