zkteco icon indicating copy to clipboard operation
zkteco copied to clipboard

can't connect to zkteco from deployed laravel project

Open alfredo982t opened this issue 1 year ago • 2 comments

I can connect to ZK Device when the laravel app was on local pc, but when I deploy the project to host server I can't connect to it. I tried configure virtual server on my router but not connecting too.

alfredo982t avatar Jan 29 '24 19:01 alfredo982t

Please read this carefully and try to understand

https://github.com/raihanafroz/zkteco/issues/35#issuecomment-1990949004 #35

erdum avatar Mar 12 '24 07:03 erdum

Try integrating python package in your laravel project. it works for me. I have done port forwarding on my router and now i am able to access Zkteco machine outside of LAN. for running python script inside php file u can use exec function. Python package -> https://github.com/fananimi/pyzk

talhashehroze avatar Aug 23 '24 13:08 talhashehroze