I'm trying to connect to access my laravel app from a another device on the same network. Is this possible?
You can give access to everyone to your app by using
valet share
If you want to access it only locally, you can edit you hosts file on your other device and bind the valet URL to your first computer ip
192.168.1.19 laravel.dev
You just have to check if your computer allow remote access.
BTW the valet share command is way more easier :)