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