Tuesday, March 21, 2017

Passing login response data from one controller to other laravel

I've an application, in this there is a functionality to call multiple datatabases at run time after login. So after login it returns some database details as json object(Api response). With these credentials I'll access the particular database and get the tables as per requirement. Here I don't want to use Sessions. so if there are any other options to get pass data from on controller to other, please let me know. Thank you.



via Chiru

Advertisement