Aliraza
Aliraza

Reputation: 84

Getting error on installation of PyroCMS

I am getting this error when installing PyroCMS

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

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

Thanks in advance.

Upvotes: 0

Views: 527

Answers (1)

Kiko
Kiko

Reputation: 187

Open cmd then go to the directory of your project. cmd cd c:\xampp\htdocs\yourproject then update composer that's it

Upvotes: 1

Related Questions