'sudo' is not recognized as an internal or external command
Hi, I am trying to install a Laravel-auth from GitHub and there is an instruction to run "sudo chmod -R 755 ../laravel-auth" in the root folder but when I run this comment it's showing
λ sudo chmod -R 755 ../laravel-auth
'sudo' is not recognized as an internal or external command,
operable program or batch file.
I can't understand why showing this error? Can anyone help me?
There are not that many using Windows as dev machines. I would also recommend that you switch to a linux virtual machine for you dev. It's much easier to follow in the tutorials and most of the web servers out there are running some kind of *nix.