Windows
- #### #Install Docker Desktop
- #### #Install & enable WSL2
- #### #Ensure that Docker Desktop is configured to use WSL2
- #### #In WSL2 terminal:
$ curl -s https://laravel.build/example-app | bash
$ cd example-app
$ ./vendor/bin/sail up
Access application via http://localhost
Comments