To access you laravel’s project running in a virtual machine you can do this trick, run de php artisan serve using the local ip address as the address os the server.
Like:
php artisan serve –host my_local_ip –port 80
To find your local IP use ifconfig command.