miro5879 Posted May 15, 2020 Report Share Posted May 15, 2020 The login user name output : echo Auth::$userinfo->lastname but i want output name from pilot id How can i do? sorry for my bad english. (phpvms 5.5.x) Quote Link to comment Share on other sites More sharing options...
PikoSim Posted June 15, 2020 Report Share Posted June 15, 2020 Hi, if you page says $userinfo without the Auth:: then just use $userinfo->pilotid or $userinfo->id (cant remember which) you can also try to use Auth::$userinfo->id if it is using Auth. Do update me Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.