Recent Articles


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