TherecommendedwaytostartanewZendFrameworkprojectistoclonetheskeletonapplicationanduse composertoinstalldependenciesusingthe create-project command:1 curl-shttps://getcomposer.org/installer|php--2 phpcomposer.pharcreate-project-sdev--repository-url="https://packages.zendframework.com"zendframAlternately,clonetherepositoryandmanuallyinvoke composer usingtheshipped composer.phar:1 cdmy/project/dir2 gitclonegit://github.com/zendframework/ZendSkeletonApplication.git3 cdZendSkeletonApplication4 phpcomposer.pharself-update5 phpcomposer.pharinstall(The self-update directiveistoensureyouhaveanup-to-date composer.phar available.)Anotheralternativefordownloadingtheprojectistograbitvia curl,andthenpassitto tar:1 cdmy/project/dir2 curl-#Lhttps://github.com/zendframework/ZendSkeletonApplication/tarball/master|tarxz--strip-comYouwouldtheninvoke composer toinstalldependenciesperthepreviousexample
đang được dịch, vui lòng đợi..
