Another strong feature, especially if the project has been updated from project v2.7 (or earlier), is that AppKernel is simply not known to Composer. Currently, it is best not to require / include the file manually (therefore, these lines are removed from web/app_*.php and bin/console.php ). but instead, it automatically loads. However, this requires a string in Composer so that it can be found. Only the composerโs autoloader will ever be turned on manually, which can then download everything else.
"autoload": { "files": ["app/AppKernel.php"], "psr-4": {
source share