How to setup First Application in Zend Framework 2

后端 未结 7 908
一向
一向 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条回答
  •  Happy的楠姐
    2020-12-30 03:25

    As you have already downloaded the GIT file Below commands are for windows :

    1) Go to the respective folder 2) run the command -> composer update 3) That should let you install and choose optional modules 4) Finally -> php -S 0.0.0.0:8080 -t .\public .\public\index.php

    With this you should be able to access the index page at http://localhost:8080/

提交回复
热议问题