I have clone repository and write command composer update, 5 folder added in vendor folder but autoload file not generated
Warning: require_once(D:\xampp\htdocs\rest-api-with-lumen\bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in D:\xampp\htdocs\rest-api-with-lumen\bootstrap\app.php on line 3
Fatal error: require_once(): Failed opening required 'D:\xampp\htdocs\rest-api-with-lumen\bootstrap/../vendor/autoload.php' (include_path='D:\xampp\php\PEAR') in D:\xampp\htdocs\rest-api-with-lumen\bootstrap\app.php on line 3
Hi
I have clone repository and write command composer update, 5 folder added in vendor folder but autoload file not generated
Warning: require_once(D:\xampp\htdocs\rest-api-with-lumen\bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in D:\xampp\htdocs\rest-api-with-lumen\bootstrap\app.php on line 3
Fatal error: require_once(): Failed opening required 'D:\xampp\htdocs\rest-api-with-lumen\bootstrap/../vendor/autoload.php' (include_path='D:\xampp\php\PEAR') in D:\xampp\htdocs\rest-api-with-lumen\bootstrap\app.php on line 3
please help