When I'm trying get access to project which I cloned from github I get this errors:
Warning: require(H:\xampp\htdocs\schedule.dev\bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in H:\xampp\htdocs\schedule.dev\bootstrap\autoload.php on line 17
Fatal error: require(): Failed opening required 'H:\xampp\htdocs\schedule.dev\bootstrap/../vendor/autoload.php' (include_path='H:\xampp\php\PEAR') in H:\xampp\htdocs\schedule.dev\bootstrap\autoload.php on line 17
I've read some questions with same issue and all of them say to run
composer install
But when I do this I get error in my command prompt:
Warning: require(H:\xampp\htdocs\schedule.dev\bootstrap/../vendor/autoload.php):
failed to open stream: No such file or directory in H:\xampp\htdocs\schedule.de
v\bootstrap\autoload.php on line 17
Fatal error: require(): Failed opening required 'H:\xampp\htdocs\schedule.dev\bo
otstrap/../vendor/autoload.php' (include_path='H:\xampp\php\PEAR') in H:\xampp\h
tdocs\schedule.dev\bootstrap\autoload.php on line 17
PHP Warning: require(H:\xampp\htdocs\schedule.dev\bootstrap/../vendor/autoload.
php): failed to open stream: No such file or directory in H:\xampp\htdocs\schedu
le.dev\bootstrap\autoload.php on line 17
PHP Fatal error: require(): Failed opening required 'H:\xampp\htdocs\schedule.d
ev\bootstrap/../vendor/autoload.php' (include_path='H:\xampp\php\PEAR') in H:\xa
mpp\htdocs\schedule.dev\bootstrap\autoload.php on line 17
Script php artisan clear-compiled handling the pre-update-cmd event returned wit
h error code 255