Understanding the Folders
bin/: Contains the console executable.config/: All your YAML/PHP configuration files.public/: The document root (index.php, CSS, JS).src/: Your PHP code (Controllers, Entities).templates/: Your Twig templates.var/: Cache and logs.vendor/: Third-party libraries installed by Composer.