hasib32 / rest-api-with-lumen

Rest API boilerplate for Lumen micro-framework.
486 stars 144 forks source link

Autoload file not generate #37

Closed anishbhut closed 7 years ago

anishbhut commented 7 years ago

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

shahriar1 commented 7 years ago

Follow the setup instructions and try running composer install instead of composer update