XAMPP

How to Set Up a Virtual Host for Multiple Domains

In the world of web development and server administration, the ability to run multiple websites on a single physical machine is fundamental. This technique,...

Real-Time Application Dashboard with Yii2, Node.js, MySQL and 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...

How to Enable HTTP/2 in Apache XAMPP

The HTTP/2 protocol is faster than HTTP/1.1 because it can handle resource queues and handle them simultaneously.HTTP/2 uses a single TCP connection to send...
Advertisement

[yii2] How to create new extensions without version or Git controls

Using Git in building extensions is great. When using Git, you must load the extension through Composer. Likewise when updating or correcting errors that...

How to Install Yii2 Advanced via Composer

The main reason for migrating to Yii2 Advanced Template is for the implementation of user management features such as listing, login, exit, and password...

FREE OF CHARGE!!! SSL certificates with Let’s Encrypt and Apache

Secure Sockets Layer (SSL)is a cryptographic protocol designed to provide the security of communication over a computer network. SSL works by creating an encrypted...
Advertisement

Latest Articles