Comment déployer Laravel Windows

1. Get your IPv4 Address
  a. Open command prompt
  b. Enter "ipconfig"
  c. Get the IPv4 Address under
     "Ethernet adapter Ethernet:"
   		"IPv4 Address. . . . . . . . . . . :" <IPv4 Address>
2. Run php artisan serve
  "php artisan serve --host <IPv4 Address>"
Christian Antony Quero