Search code examples
phpzend-framework2cloudcontrol

How can I deploy a zend framework 2 php app to CloudControl?


I have the zend skeleton app, the framework is detected but I still run into trouble: Constructor Zend\Stdlib\Glob::glob() cannot be static Now Im not sure is that related to the php version of cloud control, or other configurations I should take into account.

For example, database logging instead of file logging and so on.


Solution

  • For getting a basic Zend 2 app running, check out the cloudControl Zend2 guide.