typo3 git problem

raw

0-problem.txt

Fatal error: Uncaught exception 'LogicException' with message
 'No class loading information found for TYPO3 CMS.
  Please make sure you installed TYPO3 with composer
  or the typo3/contrib/vendor folder is present.'
in typo3_src-git/typo3/sysext/core/Classes/Core/Bootstrap.php on line 233
raw

1-solution.sh

1
2
$ cd typo3_src-git
$ composer update
Christian Weiske Christian Weiske
owner

History