Blog.

Fixing undefined function money_format() in Windows

Recently, I have been working on some Laravel based project and as the project evolved, we needed some more plugins for the project. If you have ever used Laravel, you already know that Laravel follows the model-view-controller (MVC) architectural pattern. As usual, you need to run your composer update after each plugin installation. Read more