laravel serve host code example
Example 1: php artisan serve specify ip
php artisan serve --host=some.other.domain --port=8001
Example 2: how to host laravel project on local server
// 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