2014-03-19 114 views
0

如果在软件包名称空间上未定义命令,如何在laravel项目上安装软件包。 我试着用:在lavarel 4.x上安装软件包

php artisan bundle:install charisma 

,我得到

[InvalidArgumentException]         
    There are no commands defined in the "bundle" namespace. 
+2

Laravel 4不支持捆绑了。使用[composer](https://getcomposer.org/)和[packagist](https://packagist.org/)。 –

回答