installing cakephp 3 manually, without composer

前端 未结 5 757
广开言路
广开言路 2021-01-07 18:36

I need to install CakePHP 3 in an old-fashioned upload-unzip-run way.

The archive I\'ve downloaded from cakephp/cakephp/tags does not contain the default fo

5条回答
  •  既然无缘
    2021-01-07 19:39

    Easy, For CakePHP 3.x you can just download the release you want from here https://github.com/cakephp/cakephp/releases (eg. https://github.com/cakephp/cakephp/releases/tag/3.3.16).

    For a complete installation select the first download link (.zip)

    the other links are just for the src

提交回复
热议问题