-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
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
Error found on Laravel 5.5 #74
Comments
It's not working on Laravel 5.6 too. Same error. |
Unfortunatelly laravel/framwork is not letting tightenco/collect install because of: |
Is there any work around to make it work temporarily? |
This is the actual PR: laravel/framework#23147. But it should already work now. I will move back to Tightenco\Collect as soon as Laravel has it fixed. |
Thank you. It's working now. |
Nice! Thanks for reporting it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, is there any fix for this error? I really need this library for my Laravel application. 👍
I've successfully installed the library in ubuntu 16.0 php 7.0 and laravel 5.5 and tested
Country:all()
and it returns this errorTrait 'Tightenco\Collect\Support\Traits\Macroable' not found
The text was updated successfully, but these errors were encountered: