How to setup First Application in Zend Framework 2

后端 未结 7 900
一向
一向 2020-12-30 02:57

i am creating my first application in zf2. i followed Zend Offical website zf2 Skeleton Application.i have downloaded the skeleton app from github as in in the given link.wh

7条回答
  •  执念已碎
    2020-12-30 03:18

    You should open a cmd window and change directory to your project. You then need to type the following:

    php composer.phar install
    

    This will install all the library dependencies for the Zend Skeleton Application - ZF2 in this case.

提交回复
热议问题