dwightwatson / validating

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

Feature Request: Add Laravel 5.5 Auto Discovery #196

Closed sarfraznawaz2005 closed 6 years ago

sarfraznawaz2005 commented 6 years ago

It would be great if you could add LV5.5 package auto discovery feature in composer file. Thanks

sarfraznawaz2005 commented 6 years ago

never mind, i just realized it isnt needed for this.

dwightwatson commented 6 years ago

Appreciate the issue but I’m sure as you already worked out this package doesn’t have any service providers - you just use a trait in your models.