I install new symfony project by using this command
composer create-project symfony/website-skeleton sym-toturial
Now when I run this command to start the server and run the project it is not working
symfony server:start
You did install a Symfony project. It only contains php, yaml, txt files, no executables.
The command symfony is a standalone program.