Ecommerce Restful API Laravel | Authorise Product Updates #18

preview_player
Показать описание
Create Ecommerce Restful API with Laravel | Authorise Product Update

What is Web API and why need web api

=====================================================

--You May Also Like --

==================FOLLOW ME ==================

Subscribe for New Releases!

(ask me questions!)

--- QUESTIONS? ---

Leave a comment below and I or someone else can help you.
For quick questions you may also want to ask me on Twitter, I respond almost immediately.

Thanks for all your support!

LARAVEL 5.4 Tutorial | Cara Instal LARAVEL 5,4 dari awal Part 1 | Bitfumes

Laravel 5.4 Tutorial | Come installare laravel 5,4 da zero Parte 1 | Bitfumes

-~-~~-~~~-~~-~-
Please watch: "Laravel 5.4 Tutorial | Email From Server (Godaddy) #3 | Part 26 | Bitfumes"
-~-~~-~~~-~~-~-
que es api
ما هو أبي
o que é api
Рекомендации по теме
Комментарии
Автор

this serie is getting better!, thanx so much!

moycs
Автор

People using Laravel 5.8, the default password for all users is "password" instead of "secret"

AslamD
Автор

Hi, thanks for the tutorial, I've just finished the Laravel Passport tutorial and now Im following this one, but now I have a question. Since you are using only one web site that works like the "host" (that persist the user data and stuff) and using the Postman like a "costumer website" (that access and use data saved in the host site) you only need to copy and paste the token in the requests, but if you use a second website insted Postman, how could you get the token (save in session/cache etc) and finally use it to check if it matachs with the "user_id" from product table?

jeucasulo
Автор

How to store the user id in the database while creating a product in the product table

adilnaiyar
Автор

HOW TO SHOW IN HOME PAGE MULTI OPTION EXAMPLE top post, new post, top rating post etc in one page?

irfbd
Автор

Auth::id returns NULL, so response is always
{
"error": "Product does not belong to the user!!"
}
.
The api/user is working fine, so it shows the loggedin user details.
What is the problem with Auth::id?? I even did ' use Auth; ' in header

neelvikmani
Автор

sir please send mi link of rest api setup/installation and introduction?? i am beginner of laravel so i can't understand of where write code of api?? please help mi...

dimpalpatil
Автор

very nice tutorial and it is helping me to learn laravel. Thanks a lot. Your efforts are appreciated. I have a query as follows. It would be nice if you can solve it.
$product->user_id = $request->user_id;
Finally gave raw data with user_id i.e. "user_id" : "3"
Please let me know whether this is the way we have to create the products with specific user or is there any other way ?
Your help will be highly appreciated.

trupstrupti
Автор

You doing great but only thing i dnt like is you dont explain why you doing this n that. Just take us as a beginner n tell everything what you typing. That would save us lot of time.

tarunkmr