Я запускаю Symfony4 с Flex на докере и хочу установить API Platform через 'composer req api', но я получаю эту ошибку:
`Script cache:clear returned with error code 255!!`
PHP Warning: Uncaught ErrorException: Warning: require_once(/home/golah/projects/2doo): failed to open stream: No such file or directory in /home/golah/projects/2doo/vendor/api-platform/core/src/Util/ReflectionClassRecursiveIterator.php:48
!!В строке 48 ReflectionClassRecursiveIterator.php: !!
!!Ошибка компиляции: ApiPlatform \ Core \ Util \ ReflectionClassRecursiveIterator :: getR
!!eflectionClassesFromDirectories (): Требуется сбой при открытии '' (include_path
!! = '.: / usr / share / pear: / usr / share / php')
У кого-нибудь была эта проблема раньше?Как это можно исправить?