Recent Articles
How To Redirect To HTTPS Using Laravel Middleware
Laravel middleware provide a convenient mechanism for filtering HTTP requests entering your application. In this tutorial we are going to check if any HTTP request is entering our application and them force it to use HTTPS.
Published 2 days ago • 2 mins read
Using Multiple Instances of Redis For Your Laravel Application
I worked as a Laravel backend developer at Qwickpage for a year. While at Qwickpage we have two instances of the core application that make use of Redis caching system and the end result was a conflict.
Published 3 days ago • 2 mins read
Upgrading To PHP 7.4 (Laragon)
PHP 7.4 is now available with lots of exciting new features. Here is how to migrate to PHP 7.4 on your local development server (Laragon)
Published 1 week ago • 1 min read
PaystackLite: Getting Started With Paystack Fluent APIs In Your Laravel Application
In this article I will be walking you through how you can hit Paystack endpoints using PaystackLite.
Published 2 weeks ago • 2 mins read
PaystackLite: Fastest Way To Setup Paystack Checkout Form In Your Laravel Application
PaystackLite makes use of blade directives to abstract away all Javascript configurations for setting up Paystack checkout forms. This is the easiest way to integrate Paystack checkout form in Laravel applications.
Published 3 weeks ago • 4 mins read
Zero Downtime Deployment With Laravel Envoy and BitBucket
Zero downtime deployment is a deployment method where your website or application is never down or in an unstable state during the deployment process.
Published November 8, 2019 • 6 mins read
Mocking And Testing PHP Traits In A Laravel Application
Trait is the fastest way to create a reusable code. A Trait is intended to reduce some limitations of single inheritance. This means that you can use multiple traits in a PHP class.
Published October 25, 2019 • 9 mins read
Getting Started With Laravel Lite Blog
Lite Blog is a Laravel blog generator with minimal blog frontend, a publishing platform, SEO, social Links. In this post I will be detailing the interesting features and how to get started.
Published October 18, 2019 • 2 mins read
How I Built My Personal Blog Using Lite Blog - A Laravel Blog Generator
I don't like the idea of duplicating codes so I decided to make my blog a reusable Laravel project so that anybody can use it.
Published October 12, 2019 • 2 mins read