Sail Version
1.53.0
Laravel Version
12.54.1
PHP Version
8.2.12
Operating System
Windows (WSL)
OS Version
Windows 11 Pro 25H2 (26200.8037)
Description
After installing Laravel Sail on my current project, the artisan command for installing sail result in a "path not found" error, but it says the scaffolding was installed.
Using the starting command php artisan sail up won't work. and result in an error (<3>WSL (479 - Relay) ERROR: CreateProcessCommon:800: execvpe(/bin/bash) failed: No such file or directory)
I tried to recreate my ubuntu distro of WSL to no avail.
Steps To Reproduce
- Install sail
- Install through artisan
- Try to run sail
Sail Version
1.53.0
Laravel Version
12.54.1
PHP Version
8.2.12
Operating System
Windows (WSL)
OS Version
Windows 11 Pro 25H2 (26200.8037)
Description
After installing Laravel Sail on my current project, the artisan command for installing sail result in a "path not found" error, but it says the scaffolding was installed.
Using the starting command
php artisan sail upwon't work. and result in an error (<3>WSL (479 - Relay) ERROR: CreateProcessCommon:800: execvpe(/bin/bash) failed: No such file or directory)I tried to recreate my ubuntu distro of WSL to no avail.
Steps To Reproduce