Warning: require(C:\xampp\htdocs\cakephp\vendor\autoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\cakephp\config\bootstrap.php on line 23
Fatal error: require(): Failed opening required 'C:\xampp\htdocs\cakephp\vendor\autoload.php' (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\cakephp\config\bootstrap.php on line 23
1
votes
php composer.phar create-project --prefer-dist cakephp/app- if the autoload.php file isn't created (a fundamental file used by composer) the installation was incomplete. - AD7six