Why this query return empty?

|
2021-02-25 15:48:33
rmolives 2021-02-25 15:47:42
Actually software translation

Don’t tell the truth, okay

Joice 2021-02-25 15:49:05
Ya i will
2021-02-25 15:55:23
what time is it now?
2021-02-25 15:57:44
20:55
stealthSnake 2021-02-25 16:00:06
2021-02-25 14:46:42
What is Ipit, I don’t quite understand.

[In reply to Moleft Wong]
Sorry for the typo mistake
Its not a problem if you are not good in English. Not all of us use english as primary language. As long as you can describe the thought of yours it wouldn’t be a problem.

2021-02-25 16:08:09
That’s it, I understand
Faiz Rana 2021-02-25 19:45:16
https://youtu.be/WDha52dbLWM

Laravel REST API Tutorial – Build an API in LaravelYouTube
In this video you’ll learn to build a REST API with Laravel 8. We’ll add endpoints for creating, reading, updating and deleting a blog post. We’ll also take a look at a VS code extension that allows you to test your APIs from within your code editor.

✅ Source code:
https://github.com/thefaiz/laravel-rest

✅ Build a contact form in Laravel:

✅ Learn to consume a REST API with React.js:

0:00 – Intro
0:26 – Database Setup
1:32 – The Post Model
2:45 – All Posts Endpoint
4:36 – Create New Post Endpoint
9:30 – Update Post Endpoint
13:08 – Delete Post Endpoint
15:22 – Refactoring (extracting a controller)

🔴 Want to learn practical web development? Make sure to subscribe:
https://www.youtube.com/c/TheCodePro?sub_confirmation=1

J P 2021-02-25 20:10:50
If anybody teach me restful api in laravel
DM me
Zaid_Salah 2021-02-25 21:23:33
laravel_discuss-71684.jpg

Zaid_Salah 2021-02-25 21:23:55
why this query return empty? the problem is in where when I change courses. id to number for example 18 it is return result in where, and I am sure courses.id has 18 in the join.
Zaid_Salah 2021-02-25 21:27:45
and when I make any error (change table name) laravel will give an error saying this query is wrong, have no this table name in this query, when I copy that query and run it with MySQL workbench with the correct table name it will return the result.
Zaid_Salah 2021-02-25 21:40:03
laravel_discuss-71687.jpg
instead of courses.id
2021-02-25 21:40:33
any wordpress developer here
Zaid_Salah 2021-02-25 21:41:10
laravel_discuss-71689.jpg
result
EverythingsCrypto 2021-02-25 21:45:19
2021-02-25 21:40:33
any wordpress developer here

Yes

Rahi62 2021-02-25 21:59:02
laravel_discuss-71691.jpg
I cant solve this error
I have test any way that was in atack overflow or github
Any where else
Any body know its solution?
Rahi62 2021-02-25 21:59:14
This is laravel 8 and livewire
DesolatorMagno 2021-02-25 22:01:38
Show create users table file.
2021-02-25 22:03:47
EverythingsCrypto 2021-02-25 21:45:19
Yes

need a developer to import data from a json file back into a wordpress user tables raw with all profile data and infor

Rahi62 2021-02-25 22:04:20
DesolatorMagno 2021-02-25 22:01:38
Show create users table file.

User table has migrate successfuly
Other migrations has failed

fireflies000 2021-02-25 22:06:08
Php developer familiar with how to detect when a page turns to malicious warning (red page) should dm for small paid project
Rahi62 2021-02-25 22:06:30
laravel_discuss-71697.jpg

Rahi62 2021-02-25 22:07:34
DesolatorMagno 2021-02-25 22:01:38
Show create users table file.

laravel_discuss-71698.jpg

DesolatorMagno 2021-02-25 22:09:36
You didn’t make any change to that migration? is like it come originally?
Rahi62 2021-02-25 22:10:20
DesolatorMagno 2021-02-25 22:09:36
You didn’t make any change to that migration? is like it come originally?

No any change

Rahi62 2021-02-25 22:10:41
This is originally
Rahi62 2021-02-25 22:11:43
Even i test whit xampp
DesolatorMagno 2021-02-25 22:15:10
You are using MySql? a current version?
Rahi62 2021-02-25 22:17:00
Yes 8.0.21
DesolatorMagno 2021-02-25 22:25:27
Check Database encoding
DesolatorMagno 2021-02-25 22:28:40
And that is Laravel 8.x ?
Rahi62 2021-02-25 22:30:03
DesolatorMagno 2021-02-25 22:28:40
And that is Laravel 8.x ?

Yeah

DesolatorMagno 2021-02-25 22:30:25
laravel_discuss-71708.jpg
I remember it being a problem like that a few years ago.
Rahi62 2021-02-25 22:30:28
DesolatorMagno 2021-02-25 22:25:27
Check Database encoding

Whare ?

DesolatorMagno 2021-02-25 22:32:07
In the Database, but still it would be weird if that was the problem
|