Laravel 4 : There are no commands defined in the “bundle” namespace.

I am simply trying to install a laravel bundle.
But when I try something like:
php artisan bundle:install imageworkshop

I’ve got this error:
[InvalidArgumentException]
There are no commands defined in the “bundle” namespace.

The answer:
Laravel 4 doesn’t use Bundles. It uses packages that are distributed via Packagist and Composer

Packagist: https://packagist.org/search/?q=laravel%20image%20resize

So this site doesn’t fit to Laravel 4
http://bundles.laravel.com/bundles

Blogbook : PHP | Javascript | Laravel | Corcel | CodeIgniter | VueJs | ReactJs | WordPress