imladrisol / onlineExam

Online examination system on Laravel 5
37 stars 38 forks source link

Its not working #5

Closed Riyazkhan1989 closed 7 years ago

Riyazkhan1989 commented 8 years ago

I am getting this error.

Warning: require(D:\xampp\htdocs\oe\bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in D:\xampp\htdocs\oe\bootstrap\autoload.php on line 18

Fatal error: require(): Failed opening required 'D:\xampp\htdocs\oe\bootstrap/../vendor/autoload.php' (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\oe\bootstrap\autoload.php on line 18

imladrisol commented 8 years ago

Try this one http://stackoverflow.com/questions/28468625/laravel-5-failed-opening-required-bootstrap-vendor-autoload-php

Riyazkhan1989 commented 8 years ago

I did composer update, its not working.

imladrisol commented 7 years ago

Try to change in file onlineExam/bootstrap/autoload.php in 17 line: require __DIR__.'../../vendor/autoload.php';

PSNAppz commented 7 years ago

Try composer install