Skip to main content
Filter by
Sorted by
Tagged with
6 votes
1 answer
37k views

How can I create API for forgot password and change password in laravel use passport? **route : ** **Image of postman : ** ** Parameter pass in api: **
Kinnu123's user avatar
  • 245
0 votes
2 answers
4k views

So I have 2 tables: Item and Product. An Item hasMany Products and a Product belongsTo an Item. Products migration: Schema::create('products', function (Blueprint $table) { $table->...
pu4cu's user avatar
  • 165
1 vote
0 answers
108 views

I am using custom authentication middleware in API call, and I want to get the logged-in user Id. here is my route: Route::group(['middleware' => ['api', 'shopper']], function () { Route:...
Harris Khan's user avatar
0 votes
1 answer
2k views

I'm new to React Native, and i'm trying to use Tabs using this package https://github.com/LiuC520/react-native-scrollable-tab-view-forked, this is how the tabs created <ScrollableTabView ...
A. Bechir's user avatar
  • 120

1 2 3 4 5
6