If you are using something like valet you get a host like that, but what if someone is using a different development environment? For example, if you do:
php artisan serve
your host is changed from that to something like localhost or 127.0.0.1
Are all the machines where you setup this project using the same dev environment?