APPLY FOR ONLINE Zend Framework Certification

                    
                        Hi Viewers In this blog we will see how to install ZF2 in windows
Step 1 
          We need to check Php version installed on your syatem
          php -v
step 2
         git clone git://github.com/zendframework/ZendSkeletonApplication.git ZF2_Test

cd ZF2_Test

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


Comment


Back to Top