qr
qr copied to clipboard
Installation?
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?
Hey :+1: Thanks for opening this up. I'll work on adding this to a package next week.
Thanks!
Install for Laravel 5.3? Thanks ;)