the error that I encountered when I wanted to run my website
Asked
Active
Viewed 52 times
-2
-
Have you run `composer install` after you cloned it? – RossTsachev May 23 '22 at 04:29
-
Please share more details, like the error message in text form and your attempts to resolve the problem – Nico Haase May 24 '22 at 08:06
2 Answers
0
You can try to run composer install
or composer update
to install all libraries first

Bui Viet Hoan
- 1
- 1
-
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

Hashir Muzaffar
- 1
- 1
-
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