Hello,
I want to export data from custom module but how can i put export button like inside Sales >> Product >> Export button in custom module please explain me that so i can export as per my requirements.
Thanks,
Sanjay P.
Hello,
I want to export data from custom module but how can i put export button like inside Sales >> Product >> Export button in custom module please explain me that so i can export as per my requirements.
Thanks,
Sanjay P.
No, not getting customer details using that.
Yes I checked that also but $customer is blank
$customer = auth($this->guard)->user();
I mean is anything i need to pass for that ya only need to pass token?
Yes, that i understood but how can i get user data i have passed token and checked i didn't get any data for user for that token, and not create object for user.
Yes i have used that endpoints..
can you explain me about below code to get user data using below code?
$this->guard = request()->has('token') ? 'api' : 'customer';
I have tried pass token but not getting customer data as well.
I'm using Bagisto API and i want user cart items data based on user token which defined in API but i didn't get customer data using token, please help me.!
Thanks!!
Sanjay P