2014-03-19 150 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/)。 –

回答