PHP framework

How to Create a RESTful API with Yii2 Advanced Template

This comprehensive guide outlines practical steps for building a RESTful API using the Yii2 Advanced Template. You will learn endpoint configuration, controller creation, and...

Develop Yii2 Extension Without Git: A Practical Efficiency Guide

Developing Yii2 extensions without relying on lengthy Git-Composer cycles can significantly boost productivity. This article explains a practical method to develop Yii2 extension using...

Yii2 Captcha Login Form Implementation: Detailed Tutorial

Authentication security is the foundation of a web application. This in-depth article discusses how to add captcha to login form in the Yii2 framework...
Advertisement

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...

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...
Advertisement

Latest Articles