Skip to content

Blog#

Visual Studio 2022 (preview)

Cover Image

We're happy to announce that PHP Tools for Visual Studio already supports the new Visual Studio 2022 (since the Preview 2). This brings amazing new features, User-Interface enhancements, and of course the native support for 64-Bit.

Installing and configuring XAMPP for PHP development

Cover Image

XAMPP is a cross-platform Apache HTTP server distribution containing MariaDB (fork of MySQL) database, PHP, and Perl. The word "XAMPP" is an acronym and it seems there is no official explaning of if, but we can safely assume that "X" stands for "cross", meaning "cross-platform", A would be Apache, M is MariaDB. While first P would be short for PHP and second P for Pearl or reversed?

Laravel on WSL and VS Code

Cover Image

Visual Studio Code and Windows Subsystem for Linux (WSL): those represent a great couple for developing a PHP application such as Laravel inside a virtual Linux environment. This tutorial describes installation of WSL (version 2) on Windows 10, setting up PHP with debugging capabilities in there, creating a Laravel project, and getting your VS Code ready to debug the PHP project in WSL.