Laravel project not connected with Zk device ( iClock 880-) useing ip, comm-key and port #14
Unanswered
najibullahjafari
asked this question in
Q&A
Replies: 1 comment 1 reply
-
did you find solution? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It is connected but it doesn't get the user data, and this lib doesn't support comm-key which that is mendatory for my attendance device.
I am connected via ZK program app and I can get user data with ip, comm-key and port!
Bellow is my code I haved used with LaravelZkteco lib:
` public function get_user($deviceId) { $this->get_user_modal = true; $device = DeviceModel::find($deviceId);
}
Beta Was this translation helpful? Give feedback.
All reactions