Oct 26, 2018
0
Level 5
How to add Amember Lite API to Laravel correctly
I'm going to be using Amember for managing users & subscriptions on my Laravel app.
Basically they can register and login via Amember, I've set it to redirect to the Laravel location and its passing the data correctly (on a test) via Blade.
However I want to make this a controller so I can get the data needed from the API such as user_id, name, etc.
What is the best way to integrate this into Laravel?
Here are the docs for the API: http://www.amember.com/docs/API/Lite
Thanks
Please or to participate in this conversation.