-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support for Laravel 8 #17
Comments
We just released the version 1.11 that should be compatible with Laravel 8. Could you please confirm that it works smoothly? Thanks for the heads up! |
A fresh installation of Laravel 8 require Guzzle v7 tio/laravel v1.11 requires guzzlehttp/guzzle ^6.3 -> found guzzlehttp/guzzle[6.3.0, ..., 6.5.x-dev] but it conflicts with your root composer.json require (^7.0.1). |
Sorry about that! We relaxed the Guzzle dependency and made sure that was not an issue anymore in Version 1.12 |
Thanks. But if you install Laravel Jetstream, neither init nor sync works. Error Message: InvalidArgumentException Unable to locate a class or view for component [jet -....]. |
Great! Thank you for your useful feedback 😄
It seems that the component called is not present in its correct directory (see here). Are you sure that this error is related to this package? Does the app works correctly without triggering the same error?
By default, the whole You can override this configuration to only allow some of your directories, but it should not trigger any error anyway. |
Yes, the app works as intended. |
I reopened this issue and we'll investigate on what went wrong. Thanks again for your useful feedback. I'll keep you in touch soon. |
We located the error and created a pull request to fix it: php-gettext/Gettext#261 I hope that it will make sense and be merged soon. In the meantime, you can fix this by updating the Thanks for your help! |
I noticed that when i use components namespaces https://laravel.com/docs/8.x/blade#manually-registering-package-components like here |
This seems to be the same issue that we fixed in this pull request: php-gettext/Gettext#261 I hope it will be merged soon. |
Cool.. i'll watch it Michaël . Thanks! |
php-gettext/Gettext#261 was merged and released. I already bumped this package to force the new version. So if you update it, it should finally work without parsing errors for Component Tags 🎉 |
Is it possible to get support for Laravel 8?
The text was updated successfully, but these errors were encountered: