how to host a local webserver for php code example
Example: how to host a php server
php artisan serve --host your-ip-add --port 8000
// Example with port
php artisan serve --host 192.168.1.001 --port 8000
php artisan serve --host your-ip-add --port 8000
// Example with port
php artisan serve --host 192.168.1.001 --port 8000