[Readme](https://github.com/tnylea/qr) says: ``` php artisan bundle:install qr ``` But I get ``` [InvalidArgumentException] There are no commands defined in the "bundle" namespace. ``` Looks like this is because of laravel 4: ``` $ php artisan --version Laravel Framework version 4.1.21 ``` See http://stackoverflow.com/questions/15868804/laravel-4-artisan-error-when-trying-to-install-a-bundle May this could be updated an a composer file included?
Readme says:
But I get
Looks like this is because of laravel 4:
See http://stackoverflow.com/questions/15868804/laravel-4-artisan-error-when-trying-to-install-a-bundle
May this could be updated an a composer file included?