Laravel

All things Laravel

Laravel

How to mock an HTTP API using Laravel and Pest

I've made a YouTube video to demonstrate how to mock an HTTP API. The key to doing it is you can't use the vendor's API. You have to "redo" their API calls using the Laravel facade.

Read more...
Eugene van der Merwe The blog post author is Eugene van der Merwe

Eugene van der Merwe

Laravel

How to use the Payfast onsite module with subscriptions in a new Laravel project

This article explains how to create a new Laravel project from scratch and then implement Payfast onsite payments and subscription billing.

Read more...
Eugene van der Merwe The blog post author is Eugene van der Merwe

Eugene van der Merwe