Blog#
PHP in VS Code - Pre-Release Extension
Newly, the Visual Studio Code allows to install a pre-release version of extensions (see code.visualstudio.com - updates). It's a great feature for both the extension authors and the users. In result, users can try out new things faster, and extension developers can provide their new features to users who are interested.
Check out the 10 Key Bonuses of Choosing the Laravel PHP Framework!
For custom software development, the Laravel framework is quite popular. It is the most popular PHP framework on Github, with over 56,000 developers worldwide appreciating its powerful features. Why is Laravel so well-liked? It provides the necessary tools to develop websites and web apps faster, more stable, and simple to maintain.
Create a multi-container PHP app with Docker Compose
In this tutorial you'll learn how to create more than one container and communicate between them. This requires Docker compose which is a great way for local developing and testing your projects.
PHP for VS Code (March 2022)
Welcome to the updates of PHP Tools for Visual Studio Code!
PHP IntelliSense on the Web
Have you heard about the Visual Studio Code for the Web? It's the code editor running in your browser, allowing to work with your local files, files on your GitHub repositories, or files on Azure. Anywhere.
Debugging Multiple PHP Sites/Projects[Autosave]
When you develop applications that need to communicate with each other you might need to debug two or more projects at once. You can achieve this very easily with PHP Tools for VS.
Debugging PHP on Docker with VS Code
Welcome to the third article of PHP on Docker. In the previous article, we learned how to create two connected containers with php and nginx with the help of Docker compose, and we also talked about different environments where your software needs to work.
PHP and Nginx on Docker
In the previous article, we talked about Docker and created a simple Docker Image with PHP inside Visual Studio Code. If you did not read it yet, I strongly recommend reading it before, since you'll have more context for this one. In this article, we will create a multi-container application using PHP and Nginx with the help of Docker Compose. You can see all the files we will be creating on github.