laravel / homestead

MIT License
3.87k stars 1.44k forks source link

Feature Request: Add site-types/proxy support to wsl #1638

Closed litan1106 closed 3 years ago

litan1106 commented 3 years ago

Versions

Host operating system

Windows 10 Pro

Homestead.yaml

sites:
    - map: laravel-octane.test # Create proxy for Laravel Octane
      to: http://127.0.0.1:8000
      type: proxy

Atm, the WslCreateSiteCommand.php only serve laravel site-type as default. https://github.com/laravel/homestead/blob/main/src/WslCreateSiteCommand.php#L83 image

svpernova09 commented 3 years ago

Give branch wsl-site-types a spin, please. #1640

litan1106 commented 3 years ago

@svpernova09 good work. thanks

svpernova09 commented 3 years ago

1640 is in the latest release v12.2.0