-2

the error that I encountered when I wanted to run my website

2 Answers2

0

You can try to run composer install or composer update to install all libraries first

  • thank you very much, previously I couldn't run this command because of the difference in my PHP version on the composer.json file. now everything is working fine, many thanks <3. – Mohammed Taha May 24 '22 at 02:51
0

You cloned it from Github so it does not have any vendor folder in it so just run

composer install

or

composer update

  • thank you sir for the comment, previously I couldn't run this command due to the difference in my PHP version on the composer.json file. but now everything is working fine and the website is working perfectly fine – Mohammed Taha May 24 '22 at 02:50