2
When trying to install the en-Validator via Composer require laravellegends/en-Validator or even editing the Composer file manually I’m encountering the following error:
[Symfony\Component\Debug\Exception\FatalThrowableError]
Class 'PHPLegends\PtBrValidator\ValidatorProvider' not found
Using Laravel 5.3
In fact, the documentation actually says that the
namespace
isLaravelLegends
. I am the library maintainer along with another user here from Stackoverflow. Any questions, just call on chat– Wallace Maxters