-
Notifications
You must be signed in to change notification settings - Fork 68
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 9 #120
Comments
Thank you for your patience, this package has been now updated to support Laravel v9. Check the latest version v6.1.0 |
I'm getting this error on Laravel 9.x & PHP 8.x
One of the dependencies that is used by rinvex/laravel-categories has not updated yet to support Laravel 9. |
@FarhanShares Thanks, this is a known issue with one of the dependencies, please check the details and solution here https://github.com/rinvex/laravel-support#note-for-laravel-v9 |
@Omranic any chance of forking it and releasing as part of the rinvex scope or completely replacing it here cause that project is dead |
@mattvb91 who said the project is dead?! It's interesting to say a project is dead, when you get immediate response in 2 mins of your post! Anyway what's your issue exactly? |
@Omranic im talking about |
That package has been replaced already by a temporary fork rinvex/tmp-felixkiss-uniquewith-validator |
hmm im still getting:
with tag:
|
Have you added the above code on your project root composer.json? Details https://github.com/rinvex/laravel-support#note-for-laravel-v9 |
ah thats exactly what i mean if it would be possible to fork that and keep it under the rinvex umbrella as using that will randomly trigger composer to require auth keys so we can remove that because not only does it cause issues locally but in the whole deployment process along the way if composer is getting throttled and I dont see that package getting updated again in future. |
Got it 👍 agreed, but that's another package to maintain which we don't have the bandwidth for, would love to see someone taking over that package maintenance. |
yea i would definitely point out that its unmaintained and only there to get rid of the compatibility issue or maybe even archive it instantly but still just have that latest tag available. |
@Omranic could you take a look at the following PR when you have time? rinvex/laravel-support#66 |
@mattvb91 In the time being, please follow the instructions here in order to make it work without issues https://github.com/rinvex/laravel-support#note-for-laravel-v9 |
This doesn't work if your pulling in automated CI tools because it requires composer auth tokens. The PR is actually released on packagist so it resolves that whole issue |
I understand, thank you for your input. I’d still rather stick with the existing shift fork at the time being until there’s a more reliable solution. I agree it’s not perfect, but it is what it is. I hope this package could be maintained replaced one day. |
Update: we dropped the |
The package does not seem to support Laravel version 9. Composer throws error when trying to upgrade.
The text was updated successfully, but these errors were encountered: