Answer the question
In order to leave comments, you need to log in
How to find user login VUE.JS + Laravel?
I have a MYSQL database inside which are two tables, these are:
1. items (table with products)
2. users (table with users)
inside users, there is an id column, inside items there is a user_id column which is assigned the id value from users of a specific user .
The following is returned to Vue.js:
return response()->json(Item::where('user_id','=',$id)->orderBy('id')->paginate(25));
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question