Replies: 2 comments 1 reply
-
I drop this issue on laravel/sail#739 but no one replying to me, i hope in this repo someone can help me |
Beta Was this translation helpful? Give feedback.
0 replies
-
You do need Laravel Sail to be in your WSL environment. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel Version
11.9
PHP Version
8.3.12
Database Driver & Version
MySQL 8.0.30 for Windows (Laragon)
Description
When I want to start a new project using the command:
curl -s "https://laravel.build/super-apps" | bash
The installation process went smoothly but when the final adjustment by Laravel Sail needed to enter the sudo password from my WSL Ubuntu, I couldn't type or press the enter key. Just stuck on this process

When I canceled the command (when entering password sudo), I couldn't use the command:

./vendor/bin/sail up
to run the laravel apps, but what appeared was the sail code file in my VSCode.Steps To Reproduce
Beta Was this translation helpful? Give feedback.
All reactions