How to setup First Application in Zend Framework 2

后端 未结 7 801
一向
一向 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:31

    You may want to follow the following steps:

    1. Download ZF2 Skeleton Application from Github.

    2. Change directory where you want to install, and unzip the skeleton application.

    3. Change directory to "ZendSkeletonApplication-master", and run the following:

      php composer.phar self-update
      php composer.phar install

    0 讨论(0)
提交回复
热议问题