Are you guys looking to develop any mobile app or website in these Quarantined days?

|
DesolatorMagno 2020-12-27 21:06:51
For example, promo could be longer than the max.
sobirjonovs 2020-12-27 21:09:33
DesolatorMagno 2020-12-27 21:06:02
Yes, you can try save() and If doesn’t save that means that the problem is saving.

same, yes problem is saving..

sobirjonovs 2020-12-27 21:13:19
🤦🏻‍♂️😂😂
DesolatorMagno 2020-12-27 21:13:54
DesolatorMagno 2020-12-27 20:56:24
Those course that you created, have secuencial ID? Or there is a jump in the number?

That is because it tried saving but have a error, so it doesn’t finish to save and goes up a number.

amirsohail03 2020-12-27 21:13:56
Hello, how can i check in laravel 8 whether data is updated or not. Such as in core php we use mysql_affected_rows() so how can we check that in laravel 8
sobirjonovs 2020-12-27 21:14:19
I should enter a valid resource url, but I entered invalid resource url, so it can’t be created, i’m sorry ))

everything is working

DesolatorMagno 2020-12-27 21:15:27
amirsohail03 2020-12-27 21:13:56
Hello, how can i check in laravel 8 whether data is updated or not. Such as in core php we use mysql_affected_rows() so how can we check that in laravel 8

You want to know if save() worked? I don’t get the question.

amirsohail03 2020-12-27 21:17:00
DesolatorMagno 2020-12-27 21:15:27
You want to know if save() worked? I don’t get the question.

Actually i want to know that any changes happend in my data or not

DesolatorMagno 2020-12-27 21:21:36
Dunno, if you are doing mass update using a count before the update is a option, i guess.
amirsohail03 2020-12-27 21:38:53
I am updating particular column
amirsohail03 2020-12-27 21:42:33
In core Php
We use
$query=(update query);
mysql_query ($query) ;
If(mysql_affected_rows () >0)
{
echo “updated”;

}else
{
echo ” Not updated”;
}
So i want to know how can i check this if condition step in laravel 8

2020-12-27 21:50:28
amirsohail03 2020-12-27 21:42:33
In core Php
We use
$query=(update query);
mysql_query ($query) ;
If(mysql_affected_rows () >0)
{
echo “updated”;

}else
{
echo ” Not updated”;
}
So i want to know how can i check this if condition step in laravel 8

Your update eloquent query reuters affected

md_71 2020-12-27 23:43:26
hi
What is the best way to send information in the API? Should I use a resource or not? It can be annoying when the number of APs is high
natghi2010 2020-12-27 23:46:40
md_71 2020-12-27 23:43:26
hi
What is the best way to send information in the API? Should I use a resource or not? It can be annoying when the number of APs is high

yep

natghi2010 2020-12-27 23:46:50
facing the same issue
a7medyd 2020-12-27 23:46:58
https://streamlabs.com/ahmeddardasawi

ahmeddardasawi / StreamlabsStreamlabs
ahmeddardasawi’s official website powered by Streamlabs
Acird Burn 2020-12-27 23:58:59
harryr891 2020-12-27 14:55:59
Hi,
How are you?

Are you guys looking to develop any mobile app or website in these Quarantined days?? If yes, don’t deceive yourself we are here to help you with the same.

Awaiting to hear from you soon.!

Inbox have lots of projects if your not expensive can out source 13 projects each month to you nodejs core php Front-end reactjs mobile apps kotlin and flutter projects

natghi2010 2020-12-28 00:00:48
a7medyd 2020-12-27 23:46:58
https://streamlabs.com/ahmeddardasawi

i tried to donate but it says i have to have money in the bank

praneet81 2020-12-28 00:16:52
Is there an alternate of laravel maileclipse
praneet81 2020-12-28 00:17:40
There documentation is down since quite some time now
natghi2010 2020-12-28 01:54:56
DesolatorMagno 2020-12-27 19:33:59
I see ppl going into a new language trying to do the same things they did in other languages and never trying to understand how to work in those new, because life is to short, i guess.

Life is really short

pranavsense 2020-12-28 11:08:01
i need to check thousands of email in db, whts the best way to check if they exists
i tried exist method using model and raw db there was slight diff though i want to know if there is even better way
pranavsense 2020-12-28 11:09:00
select top 1 doesnt work with select or statement method
is there any way to run and check raw query since statement and unprepared doesnt return result
…. 2020-12-28 11:11:52
What is the best platform to do backend?
hypernxf 2020-12-28 11:13:11
platform?
hypernxf 2020-12-28 11:13:23
Do you mean editor?
hypernxf 2020-12-28 11:14:04
pranavsense 2020-12-28 11:08:01
i need to check thousands of email in db, whts the best way to check if they exists
i tried exist method using model and raw db there was slight diff though i want to know if there is even better way

How do you check? what’s the query you run?

pranavsense 2020-12-28 11:17:12
laravel_discuss-64491.jpg
i tried these multiple ways also the last one isnt working
hypernxf 2020-12-28 11:21:02
TOP 1?
hypernxf 2020-12-28 11:21:15
interesting didn’t use that before. I usually use LIMIT 1
hypernxf 2020-12-28 11:21:38
Is this MySQL or MSSQL?
hypernxf 2020-12-28 11:22:15
I think TOP 1 is an MSSQL concept. Correct me if i’m wrong., If you are looking at returning the first result. you can probably use LIMIT 1.
hypernxf 2020-12-28 11:23:18
if the database table name is emails, the model is usually Singular (Email)
hypernxf 2020-12-28 11:23:29
in your case seems like you are just doing a simple where query for an email.
2020-12-28 11:24:34
Can anyone recommend me a good log viewer package? I am using multiple channels to differentiate the logs. 😊
|