If you run ls what folders do you see?
Laravel sail with Ubuntu 22.04
I'm trying to create a new Laravel application with sail as documented here https://laravel.com/docs/9.x/installation#getting-started-on-linux.
Everything works fine and at the end, it says Dive in with: cd example-app-sail && ./vendor/bin/sail up.
But when I run it, it says no such file or directory: example-app-sail. And it's true. There is no folder name as example-app-sail.
So I have tried to re-install the same application with the command curl -s https://laravel.build/example-app-sail | bash and then it says Application already exists!.
But actually, I cant find a folder named example-app-sail in the directory.
Any idea about this ?
Thanks
@nipun try going to your home dir and make a folder there called dev or something. Enter it and run the sail command. Most likely the folder you are in is owned by root
Please or to participate in this conversation.