-
Notifications
You must be signed in to change notification settings - Fork 347
Laravel 9 #184
Comments
Looks important. @Omranic need help? Maybe a PR? |
Thank you for your patience, this package has been now updated to support Laravel v9. Check the latest version v6.1.0 |
When installing on L9 get error: |
Yes, that's because one of the composer dependencies is not yet compatible with Laravel v9, so you've to do one more easy step to get it working, please check this note on upgrading to Laravel v9: https://github.com/rinvex/laravel-support#note-for-laravel-v9 Note for Laravel v9This package requires {
"repositories": [
{
"type": "vcs",
"url": "https://github.com/laravel-shift/uniquewith-validator.git"
}
]
} |
Any plans to support L9 in the near future?
The text was updated successfully, but these errors were encountered: