Talk in English - US at ZgPHP Meetup #97
View Slides: https://www.slideshare.net/Franoavari/zgphp-97-microservice-architecture-in-laravel-175010058
Short URL: https://joind.in/talk/7c1f8
(QR-Code (opens in new window))
We would like to present the challenges on which we encountered while we were developing microservice architecture in Laravel and also, to show you possible solutions such as: RPC style API, communication between microservices, validation, history, monitoring, integration tests.
Comments
Comments are closed.
Laravel is an overkill for your use case, Lumen by Laravel would suit you better (https://lumen.laravel.com/).
In many situations, things that you extended already exist in Laravel, ie. "Customizing The Error Messages" https://laravel.com/docs/5.8/validation#customizing-the-error-messages
Best way to improve yourself is to 'come-out' with your code...
Those guys definitely did and have gotten some great feedback.
We are all here to learn from each other.
Will have to have a look at RPC style API, looks interesting, as well as that Doctrine History package.
Good idea from presenters - come with a solution and ask the community to comment, validate and help.
Great talk!
Nice talk and a novel concept - speakers showed their code and the talk turned into a group code review.