Libraries are not loading while creating zend project using command line toll [closed]

StackOverflow https://stackoverflow.com/questions/23648699

  •  22-07-2023
  •  | 
  •  

문제

Using the CLI tool i am creating the Zend Skeleton. But didn't get any libraries into the libraries folder.so please let me know can i import the libraries using the CLI tool or not? if yes please suggest me how to do? else please suggest me how to install the zend properly in my windows 8 system.

도움이 되었습니까?

해결책

The CLI tool that your using just creates project skeleton, default routes and controllers. It doesn't add any libraries to the library folder.

You'll have to manually download the libraries and put the Zend Folder of the downloaded libraries into the library folder of your project. You can download the minimum distribution using the link blow. This distribution only contains libraries and the CLI tool.

ZF Minimal Package

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top