I also ran the following command as in the Windows Terminal, launched as administrator:
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
wsl --set-default-version 2
`wsl --list --verbose NAME STATE VERSION
yet I still get "Docker is not running." in a command prompt when trying to run the Curl command, and the URi error in the Windows terminal
I ended up installing XAMPP, then installing Composer and simply running this command in the Command Prompt: composer create-project laravel/laravel example-app
As per: https://laravel.com/docs/8.x#installation-via-composer
Not sure what's going on with the Docker example, I after 5 hours and a Maze of documentation and running odd commands, I couldn't get the thing to work. :(
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community