Consuming Third-Party APIs: HTTP Client with Guzzle
Connecting to external services in PHP with the Guzzle HTTP client — covering timeouts, error handling, and building a reliable request structure.
Blog
My writing, videos and posts across platforms on software architecture, PHP, DevOps and product development. (Page 26/32)
Connecting to external services in PHP with the Guzzle HTTP client — covering timeouts, error handling, and building a reliable request structure.
What closures (anonymous functions) are in PHP, how variable capture with the use keyword works, and practical everyday examples.
Laravel Mix provides a fluent API that lets you compile JavaScript and CSS assets without writing Webpack configuration from scratch.
Centralizing shared state across components using Vuex: state, mutations, actions, and getters explained.
Setting up reliable, maintainable transactional emails using Laravel's Mailable class and Blade email templates.
How the @component directive introduced in Laravel 5.4's Blade templating engine lets you split views into reusable, well-defined pieces.