We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Hey 👍 Thanks for opening this up. I'll work on adding this to a package next week.
Thanks!
Sorry, something went wrong.
Install for Laravel 5.3? Thanks ;)
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: