I am new to symfony, after the instructions for installing it, he said that I need to run:
bin/console server:run
i print it in my symfony installation folder. but I got an error:
Could not open input file: bin/console
and then I'm looking for an answer here, and he told me to launch the application / console
bin/console server:run
but he has the same problem. Did I miss some bin folder here or something else? since I do not see the bin folder or application folder in the project root folder. here is my project folder structure:

source
share