All Stories

Start with Laravel in VS Code on Docker

Quickly start with Laravel in VS Code on Docker. Develop, Debug and Test in Dev Containers. Use MySql and Redis server.

Miloslav Beno Miloslav Beno
18 minutes

Create PHP Project using Composer in VS Code

Creating projects from the composer is easy in VS Code.

Jakub Misek Jakub Misek
5 minutes

Generics in PHP using PHP DocComments

Generics-type annotation is a great way of improving type safety and code completion of your PHP code. Let's see how to use it!

Jakub Misek Jakub Misek
9 minutes

Fix PHP Warning: vcruntime140.dll 14.0 is not compatible with this PHP build

How to fix PHP Warning: vcruntime140.dll 14.0 is not compatible with this PHP build.

Miloslav Beno Miloslav Beno
3 minutes

Performance Profiling PHP with VS Code

Finding performance bottlenecks in PHP code, and inspecting the profiling results.

Jakub Misek Jakub Misek
13 minutes

Introducing Composer for VS Code

All-in-One Composer extension for Visual Studio Code.

Jakub Misek Jakub Misek
11 minutes

PHP Tools for Visual Studio Code News (July 2022)

New features and updates to PHP Tools in VS Code! Better Laravel support, improved performance, generics, PHPUnit diff window..

Jakub Misek Jakub Misek
4 minutes

How to develop PHP inside a Docker Container using VS Code

How to develop PHP inside a Docker Container using VS Code

Miloslav Beno Miloslav Beno
14 minutes