tnylea / qr

QR Code Generator Bundle for Laravel
18 stars 6 forks source link

Installation? #1

Open PiNotEqual3 opened 10 years ago

PiNotEqual3 commented 10 years ago

Readme 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?

tnylea commented 10 years ago

Hey :+1: Thanks for opening this up. I'll work on adding this to a package next week.

Thanks!

danpop101 commented 7 years ago

Install for Laravel 5.3? Thanks ;)