yii2

Complete Yii2 Advanced Setup Tutorial

Building modern web applications with separate frontend and admin panel architectures requires a solid foundation. The Yii2 Advanced Template is a structured solution offering...

Secure Yii2 Login from Brute Force with CAPTCHA

Brute force password guessing remains a real threat to website security. This tutorial provides a step-by-step guide to securing the login form in the...

Remove Yii2 Frontend Web in Apache and Nginx

To remove Yii2 frontend web from your application URL structure, you can apply several safe methods so the URL becomes cleaner and more professional....
Advertisement

Implement Yii2 URL Encryption with AES-256-GCM

In an increasingly complex digital ecosystem, data security becomes an absolute imperative for web application developers. URL parameter encryption techniques not only protect sensitive...

Yii2 GridView: Convert GET to POST with Pjax

For experienced Yii2 developers, the change in default filtering behavior from POST in Yii1 to GET in Yii2's GridView often creates a need for...

Build Real-Time Dashboard with Yii2, Node.js, MySQL & Chart.js

In this article we will create a dashboard that can display graphics from data in real-time. The data we use as simulations is the...
Advertisement

[Yii2] Cache Speed Comparison

Most website developers tend to ignore caching without realizing that it can harm their applications. A one-second delay in access time can mean you're...

[yii2] Gii CRUD Template for One Page Ajax

Gii is an extension, which provides a web-based code generator to generate models, forms, modules, CRUDs, and so on.By default, the following generators are...

Latest Articles