SarkariResultess QA Bank

Composer dependency install करने की command क्या है? production project में safely कैसे use करें?

Other 0 Views Verified
Composer dependency install करने की command क्या है? production project में safely कैसे use करें? सही विकल्प चुनें और code/solution को समझें।
Sarkari Result QA Bank
Editorially reviewed exam information

Answer & Explanation

4 Answers
Verified

composer setup

composer setup
Additional Explanation
यह विकल्प सही Core PHP solution नहीं है।
Verified

composer packages

composer packages
Additional Explanation
यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer

composer install

composer install
Additional Explanation
composer install dependencies install करता है। Production में logging और safe error handling रखें।
Verified

php composer-install

php composer-install
Additional Explanation
यह विकल्प सही Core PHP solution नहीं है।