-
Notifications
You must be signed in to change notification settings - Fork 55
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
Laravel 9 update #58
Laravel 9 update #58
Conversation
can someone merge this and create a new tag? |
As of today I can't install the package on Laravel 9 with
I guess I could manually fix it somehow but I'd rather wait for official compatibility to avoid problems. |
Would be great if this could be merged...we're also upgrading our app to Laravel 9 and this is blocking the process atm. Any Updates on this? @zerospam |
Any Updates on this? @zerospam |
Any updates on this? @zerospam |
How can I 'composer require' these changes? I am not very well known into Github. |
My workaround was to change my composer.json from
to
|
any update on this ? |
Since my temp workaround is nearly a year old, there wasn’t a reaction in any kind of @zerospam neither here nor anywhere else in the repos and Laravel 10 is already on the horizon, I would offer to fork it entirely and release a working version for composer. Opinions? Other offers? |
I guess the alternative would be to just configure the default gettext without using this package, maybe the only issue could rise when trying to parse blade views where u use for example |
@nekhbet has also forked it and will maintain it for its own longtime projects. So I’ll change to this fork. |
added support for Laravel 9.x
solves #56