Posts by Anderson Vinicius • 81 points
2 posts
-
1
votes1
answer263
viewsA: L5-Repository Package Validators
First create the validation class: Then register this validator in your repository: Now when you create the registry by repository or update, validators will automatically run.…
laravelanswered Anderson Vinicius 81 -
4
votes2
answers1595
viewsA: ORM (Eloquent) in Laravel 5.x VS Microservices architecture. How to develop web services using Eloquent that consume end-points of an API?
Today I am working on a project that we chose to work with services (Apis) for the ease of product growth and partnerships to be created thus increasing the added value of our product. I confess…