删除不需要的 zf2 模块
Remove the unwanted zf2 modules
如何删除zend framework 2模块,我先错误地安装了zfcuser模块。
我使用命令安装:
php composer.phar require zf-commons/zfc-user:0.1.*
现在想通过composer删除它,如何实现。
谢谢,
使用remove
命令:
$ composer remove zf-commons/zfc-user
如何删除zend framework 2模块,我先错误地安装了zfcuser模块。
我使用命令安装:
php composer.phar require zf-commons/zfc-user:0.1.*
现在想通过composer删除它,如何实现。
谢谢,
使用remove
命令:
$ composer remove zf-commons/zfc-user