Can anyone help me sending and email from a form?
What is headless ecommerce project ?
Hi guys, my app is loading longer than normal, how to fix it ?
Hello friends, what are the best ways to optimize Laravel to handle many requests?
Are you some kind of racists or something?
How to make money From YouTube?
the message in email is empty why?
whats email format?
the first will throw an error if empty the other one will output and empty string when empty
Use SMTP
What is headless ecommerce project ??
My understanding is this is an e-commerce that the back-end has been built and u can plug any frontend
Thanks for your reply
I assigned each value from the response into a variable and I dd the whole response and also each variable to see if truly there is a value and there is. Unfortunately, in the insert bit of the code, the data is not being inserted into the database.
I’m not sure what I’m what I’m doing wrong. Any help would really be appreciated. Cc @DesolatorMagno
Any help with this would be greatly appreciated
I did it before: |
I need to know why my sending email arrive to the spam instead of the inbox
Correctly set the DKIM and the DMARC records if your created your own mail server
This is not a laravel problem.
Though here’s what you can do
1. Php artisan optimize
2. Scale your server architecture either horizontally or vertically.(it’s easier to go vertically)
3. Use Redis to store application cache
4. Use queues for processes that take time like mails.(Amazon SQS as the driver.
Etc…
check your queries and do their optimizations. to understand whats wrong, you can install debugbar package to see what is the usage of models, queries to parse view etc. then you can manage it easiliy.
Are you some kind of racists or something?
Just for everyone to follow, they deleted a message because the user name of the sender was Arabic 😂😂😂
This video’s purpose is to share the knowledge, how you can earn money from youtube.
#LIKE #SHARE #SUBSCRIBE
#MAKE_MONEY_FROM_YOUTUBE,#MONEY,#EARN

I assigned each value from the response into a variable and I dd the whole response and also each variable to see if truly there is a value and there is. Unfortunately, in the insert bit of the code, the data is not being inserted into the database.
I’m not sure what I’m what I’m doing wrong. Any help would really be appreciated. Cc @DesolatorMagno
I guess the reason is that you’re trying to insert json data into the DB without converting it into a string e.g
$model->apiRequest= json_encode($api_request);
$model->save();
If you’re doing that, another reason might be dataType. maybe you used string yet it’s longer than string. You could try
$table->longText(‘api_response’); `

$model->apiRequest= json_encode($api_request);
$model->save();
If you’re doing that, another reason might be dataType. maybe you used string yet it’s longer than string. You could try
$table->longText(‘api_response’); `
Alright. I’ll give it a try and revert. Thanks mate
As below
System 1 (Which is hold my master data contain 50 tables)
System 2 (My auth server which contains user information tables and passport authorization tables)
System 3 also contains a table about a user and 2 more tables form our master system 1 table
my system 1 project is in laravel 5.3 and other 2 projects are in Laravel 7
All table will update form System 1 project.
I want to sync all above 3 databases when anything updates in any system among what is the batter way to achieve this any suggestion.
Please Help needed….

#inshorts #news #app #clone #60words #news
In this video series we will make Inshorts news app clone in android studio.
In this video we will make vertical viewpager for news app.
► Timestamps
0:00 Intro
1:06 Create Vertical ViewPager Class
1:52 Implement transformpage
2:40 Check Page Positions
8:28 Swap XY Coordinate
10:27 Implement Intercept Touch Event
11:44 Implement Touch Event
Thanks for watching!
Like & Subscribe For More!
Your question is not clear
I send message from postman to email .. the message in email is empty why?
Could be an encoding issue
in controller

in .env
Is it supposed to be user message?
yes is function of contact us the user fill form and send to site admin

this email I received is empty
and here i send message
App like camscanner
Document scanner
#camscanner #documentscanner #clone #android #python #opencv
In this Video Series I will show you how you can make camscanner clone in android studio and python.
In this video i will show you how you can make UI of splash screen and home screen for this app.
At the end of this video series you will understand how to make camscanner like app with android studio and with python as bakend.
whats email format?