typo3 git problem

revision 3e5dfc2267a91013b196f65cbc5bd68e41757aac

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

History