Skip to content

Blog#

IntelliPHP - AI-Assisted PHP Development

Cover Image

In the fast-evolving landscape of software development, artificial intelligence has become an indispensable tool for boosting productivity and efficiency. Microsoft's IntelliCode, GitHub Copilot, and other AI-powered solutions have already made a significant impact in the industry, offering code suggestions and completions to developers. Today, we introduce you to IntelliPHP, an innovative AI engine developed specifically for PHP developers, designed to revolutionize the way PHP code is written.

How to install and configure Xdebug for XAMPP on Mac

Cover Image

XAMPP is a very popular cross-platform Apache distribution containing MariaDB (fork of MySQL), PHP, and Perl. But unfortunately, XAMPP doesn't come bundled with the Xdebug, which is an extension that enables PHP debugging. This tutorial shows one way how to get it on Mac - we will be compiling Xdebug from sources.

Start with Laravel in VS Code on Docker

Cover Image

Imagine you are part of the team and you want each member to develop in one standardized environment. They can have different operating systems and use different development tools or IDEs, but you want to have one unified environment with all the required dependencies.

Create PHP Project using Composer in VS Code

Cover Image

You know composer is a framework for maintaining PHP packages - installing them as a dependency to your project, ensuring their requirements, auto-loading classes, and much more. But you can also create a new PHP project directly from a composer package, easily. In Visual Studio Code it's even simpler.