I am trying to install ZF 2.4.11 using https://framework.zend.com/manual/2.4/en/ref/installation.html , but after completing the installation, the home page displays ZF version 3.0.2 DEV.
How can I correctly install Zend Skeleton Application of desired version (2.4.11).
I am using php 5.6
.
2.cd to skeleton application
after installing composer from https://getcomposer.org/ you can run the below comand that will automatic create a project with zend 2.4
or
Without cloning via git command, you can install directly via composer command:
Just put the ZF version you desired. One line command.
Execute following:
You will get a message:
After that just run:
you will have ZF 2.4.11 installed.
In the future you will got the latest version.