Laravel 8 tutorial - Post method API

preview_player
Показать описание
In this laravel 8 tutorial, we learn what is the post API and how to make the Post API with a database in a simple way. This video is made by anil Sidhu in the English language.

Laravel restfull api tutorial

steps of video
API With Post Method
Why we use POST method
Setup postman for POST API
Code for Post API
Test API
Interview Question
Рекомендации по теме
Комментарии
Автор

Bro i am From Pakistan and i have watched your all videos and it really helped me out. Great job and keep going.

khurrammughal
Автор

Very very well explained...it's very helpful for me .

Cat_ninj
Автор

Suppose you create an API. How do you protect it? If it's just a back end for your own app? I guess you could put your Vue front end in the public folder. But I'd rather not have my app code in that one folder while Laravel gets to stretch out all over the place. it doesn't seem fair. The front end is important especially if that's what your using to build your site. Do you have to use two domains though?

helium
Автор

Can you please explain model and show model view also

obulesukuraku
Автор

Pls make laravel 11 tutorial with Jetstream livewire using tailwind and alpinejs 😅

andistheinforitbutso
Автор

As stated in a previous video: SHOW US THE CODE FOR THE DAMN MODEL!!

fredoscott
Автор

not working for me.. Getting this error Target class does not exist. in file on line 832"

shalinijaiswal
Автор

How can define data sending format that if I want to send data in form-data format only not in raw(json) format.
please tell this same for other formats like x-www-form-urlencoded data

aryansharma
Автор

i am just wonder I can do that on web to generate a list of data and convert it on Json decode to out put it on view. so what is the different of using it on web route rather on an api Route?

christiancarloroasa
Автор

bro its not enough for understand the Api, kindly make a small project to show data on frontend, submit form etc.

shraizeAli
Автор

Hello Sir, How to posting data Without using Model in first test after create controller, if we have to use model then in this case database connect has been established

professional-developer
Автор

i use alpine how can i send the array object to controller as post method

vinoth
Автор

Hello Sir, How to posting data Without find the table or using model?

high-techgalaxy
Автор

Bro what will happen if we used anything instead of name....

shocchosolutions
Автор

I want to post img then how to achieve ?

dayahadiya
Автор

I'm getting ereor 419. csrf missing. How to solve this pls?

umidkurbanov
Автор

Hello brother sending post gives 500 Internal State Error, could you please help me? I have everything like you.

joanvidal
Автор

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'updated_at' in 'field list' (SQL: insert into `devices` (`name`, `member_id`, `updated_at`, `created_at`) values (?, ?, 2022-09-30 06:13:12, 2022-09-30 06:13:12)) in file on line 759

krupalip
Автор

I'm getting this error
SQLSTATE[23000]: Integrity constraint violation: 1048 Column

yassaryelurkar