【发布时间】:2013-03-29 22:15:08
【问题描述】:
我只是尝试使用来自 github 的最新 Laravel 4 beta 通过 Artisan CLI 安装 laravel 包。
但是当我尝试这样的事情时:
php artisan bundle:install bob
我遇到了
[InvalidArgumentException]
There are no commands defined in the "bundle" namespace.
我在网上浏览了一下,似乎找不到解决这个问题的方法,甚至找不到其他有类似问题的人。
有没有其他人遇到过这个错误或有任何解决方案的想法?
【问题讨论】:
标签: php laravel laravel-4 bundle