[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 Rana2021-02-25 19:45:16
https://youtu.be/WDha52dbLWM
Laravel REST API Tutorial – Build an API in Laravel – YouTube 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.
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 P2021-02-25 20:10:50
If anybody teach me restful api in laravel
DM me
Zaid_Salah2021-02-25 21:23:33
Zaid_Salah2021-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_Salah2021-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_Salah2021-02-25 21:40:03
instead of courses.id
2021-02-25 21:40:33
any wordpress developer here
Zaid_Salah2021-02-25 21:41:10
result
EverythingsCrypto2021-02-25 21:45:19
2021-02-25 21:40:33
any wordpress developer here
Yes
Rahi622021-02-25 21:59:02
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?
Rahi622021-02-25 21:59:14
This is laravel 8 and livewire
DesolatorMagno2021-02-25 22:01:38
Show create users table file.
2021-02-25 22:03:47
EverythingsCrypto2021-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
Rahi622021-02-25 22:04:20
DesolatorMagno2021-02-25 22:01:38
Show create users table file.
User table has migrate successfuly
Other migrations has failed
fireflies0002021-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
Rahi622021-02-25 22:06:30
Rahi622021-02-25 22:07:34
DesolatorMagno2021-02-25 22:01:38
Show create users table file.
DesolatorMagno2021-02-25 22:09:36
You didn’t make any change to that migration? is like it come originally?
Rahi622021-02-25 22:10:20
DesolatorMagno2021-02-25 22:09:36
You didn’t make any change to that migration? is like it come originally?
No any change
Rahi622021-02-25 22:10:41
This is originally
Rahi622021-02-25 22:11:43
Even i test whit xampp
DesolatorMagno2021-02-25 22:15:10
You are using MySql? a current version?
Rahi622021-02-25 22:17:00
Yes 8.0.21
DesolatorMagno2021-02-25 22:25:27
Check Database encoding
DesolatorMagno2021-02-25 22:28:40
And that is Laravel 8.x ?
Rahi622021-02-25 22:30:03
DesolatorMagno2021-02-25 22:28:40
And that is Laravel 8.x ?
Yeah
DesolatorMagno2021-02-25 22:30:25
I remember it being a problem like that a few years ago.
Rahi622021-02-25 22:30:28
DesolatorMagno2021-02-25 22:25:27
Check Database encoding
Whare ?
DesolatorMagno2021-02-25 22:32:07
In the Database, but still it would be weird if that was the problem