Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Laravel error: Laravel Sail no such File or directory found

I am following this tutorial,

I installed Docker and WSL2(Ubuntu 20.04.4 LTS) on my windows system, as shown in image below, enter image description here

When i am trying to run Laravel project using command,

./vendor/bin/sail up

Why i am getting error no such file or directory found?

like image 994
Fayakon Avatar asked Nov 24 '25 07:11

Fayakon


1 Answers

Instead of:

./vendor/bin/sail up ❌

Use this:

bash ./vendor/laravel/sail/bin/sail up ✅
like image 145
steven7mwesigwa Avatar answered Nov 27 '25 00:11

steven7mwesigwa



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!