dwightwatson / validating

Automatically validating Eloquent models for Laravel
MIT License
968 stars 76 forks source link

Implement support for Laravel 8 #225

Closed tenshiAMD closed 3 years ago

tenshiAMD commented 3 years ago

Add support to use this package with Laravel 8.

tenshiAMD commented 3 years ago

Related to issue https://github.com/dwightwatson/validating/issues/223.

dwightwatson commented 3 years ago

Uh, you've bumped it to Laravel 9?

I added support for Laravel 8 in version 6.0.0.

tenshiAMD commented 3 years ago

@dwightwatson your latest version is not working with latest version of Laravel 8 since its already `v8.2.0` as of the moment now

dwightwatson commented 3 years ago

~8.0 allows it to be installed alongside any version that starts with 8.

I just successfully installed this package into a Laravel v8.2.0 project.

If you're having issues please provide some more information about what's happening on your end so we can get to the bottom of it.

tenshiAMD commented 3 years ago

@dwightwatson I see now the issue, I've used wrong package name dwightwatson/validating instead of watson/validating only, and misread the error. Thanks~! 🎉