executando o Laravel como anfitrião
php artisan serve --host=195.154.12.125 --port=8001
project host in local machine
Awful Alpaca
php artisan serve --host=195.154.12.125 --port=8001
project host in local machine
// command to host laravel project on local machine
//php artitan serve --host=your ip address --port=select port
php artisan serve --host=195.154.12.125 --port=8001