zend framework框架学习有关问题汇总
zend framework框架学习问题汇总
官方提供的获取zf教程代码:php composer.phar create-project --repository-url="http://packages.zendframework.com" zendframework/skeleton-application path/to/install
执行时候出现错误 Could not find package zendframework/skeleton-application with stability st
able.
需要添加 -sdev参数 获取最新的代码版本?貌似是开发版
php composer.phar create-project -sdev --repository-url="http://packages.zendframework.com" zendframework/skeleton-application path/to/install
网络问题请加host :87.98.253.214 packagist.org #autohosts
184.106.35.183 packages.zendframework.com #autohosts
可能已经过期自行linux命令查找最新dns:dig @8.8.8.8 packagist.org +short
composer获取代码的过程中若因网络问题造成的中断不完整 执行php composer.phra udpate path/to/install
参考
http://stackoverflow.com/questions/14200933/installing-zf2-on-ubuntu-server-12-04-01-lts
http://framework.zend.com/manual/2.1/en/user-guide/skeleton-application.html
官方提供的获取zf教程代码:php composer.phar create-project --repository-url="http://packages.zendframework.com" zendframework/skeleton-application path/to/install
执行时候出现错误 Could not find package zendframework/skeleton-application with stability st
able.
需要添加 -sdev参数 获取最新的代码版本?貌似是开发版
php composer.phar create-project -sdev --repository-url="http://packages.zendframework.com" zendframework/skeleton-application path/to/install
网络问题请加host :87.98.253.214 packagist.org #autohosts
184.106.35.183 packages.zendframework.com #autohosts
可能已经过期自行linux命令查找最新dns:dig @8.8.8.8 packagist.org +short
composer获取代码的过程中若因网络问题造成的中断不完整 执行php composer.phra udpate path/to/install
参考
http://stackoverflow.com/questions/14200933/installing-zf2-on-ubuntu-server-12-04-01-lts
http://framework.zend.com/manual/2.1/en/user-guide/skeleton-application.html