Closed diwms closed 2 years ago
The latest version of Symfony doesn't have bootstrap.php and the project cannot be recognized as Symfony project because of this:
bootstrap.php
file_exists($projectPath . '/config/bootstrap.php')
Sorry that we haven't looked into this earlier but it looks like this never cought our attention so far. It has been fixed now.
The latest version of Symfony doesn't have
bootstrap.php
and the project cannot be recognized as Symfony project because of this:file_exists($projectPath . '/config/bootstrap.php')