Consume ANY HTTP service from Laravel: The good way

Tons of articles explain how to consume HTTP services using PHP/Laravel and Guzzle. But, they just ignore scalability and good practices… Read more

Similar

Unit Testing Translation Strings in Laravel

If your Laravel app uses multiple locales, it can get tedious keeping track of translations that are yet to be added to the appropriate translation files, e.g English translations in resources/lang/en/validation.php and French translations in resources/la... (more…)

Read more »