Laravel
All things 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...
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...