Fixing Yii2 DynamicForm Extension: Preventing Cloned Rows from Copying Data

The wbraganca/yii2-dynamicform extension is one of the most popular Yii2 tools for handling tabular input forms. It makes it easy … Read More

How to update Apache version in Wamp server safely

Upgrading Apache in WampServer helps you keep your local development environment secure and compatible with modern web standards. However, many … Read More

How to add criteria or filter form using Pjax for the report in Yii2

Today I work on the Yii2 application for one of my clients. As the request, I need to add the … Read More

How to create your own widget in Yii2

Widgets are reusable building blocks. They are used in views in the MVC framework. If you are working on page … Read More

Your package name is invalid – Composer 2.0

I have a Yii2 project and I have been using this yii2 project since 2015. The installed version was 2.0.6. … Read More

How to add a new column via Yii2 migration into a specific table

Today I want to add a new column into the existing table in Yii2. Instead of adding the new column … Read More

Add a new font file into yii2-mpdf extension

In the Yii2 framework, you want to print or export the data as a PDF file. One of popular extension … Read More

How to set the application timezone and MySQL for Yii2

I built my own application in 2017 when I lived in the USA and all my clients were American. The … Read More

How to clear the assets cache in Yii2

With Yii2, it comes with the asset management calls asset bundle. An asset bundle is simply a collection of assets located in … Read More

How to save the multi-records in one model in a single transaction in Yii2

Recently I just add the new feature on my application. What new feature does, it generates the new invoice from … Read More

1 2 3