Tag

PhpStorm

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Jul 9, 2024 · Backend Development

Top Text Editors and IDEs for PHP Development: Features and Benefits

This article reviews six popular text editors and IDEs for PHP development—Visual Studio Code, PHPStorm, Sublime Text, Atom, Notepad++, and NetBeans—highlighting their key features, advantages, and why developers might choose each to boost coding efficiency and workflow.

AtomNotepadPHP
0 likes · 9 min read
Top Text Editors and IDEs for PHP Development: Features and Benefits
Laravel Tech Community
Laravel Tech Community
Sep 11, 2023 · Backend Development

Installing and Configuring Xdebug with PhpStorm for PHP Debugging

This guide walks through downloading the Xdebug extension, adding the required php.ini settings, configuring PhpStorm and Chrome helper extensions, using the debugging toolbar, and troubleshooting common issues to enable effective PHP breakpoint debugging.

IDE configurationPhpStormbackend development
0 likes · 5 min read
Installing and Configuring Xdebug with PhpStorm for PHP Debugging
php中文网 Courses
php中文网 Courses
Dec 16, 2022 · Backend Development

PhpStorm 2022.3 Release: New UI Preview, Code Vision, Quick‑Fix Preview, PHPDoc Enhancements, and Full PHP 8.2 Support

PhpStorm 2022.3 introduces a previewable new UI, expanded Code Vision details, quick‑fix preview, improved PHPDoc rendering, enhanced quick documentation, date‑format tooltips, and comprehensive support for PHP 8.2 features such as readonly classes, deprecated dynamic properties, and DNF types.

Code VisionPHPPHP 8.2
0 likes · 5 min read
PhpStorm 2022.3 Release: New UI Preview, Code Vision, Quick‑Fix Preview, PHPDoc Enhancements, and Full PHP 8.2 Support
php中文网 Courses
php中文网 Courses
Jul 1, 2021 · Backend Development

Installing and Configuring Xdebug for PHP with PhpStorm Debugging

This guide explains how to download the appropriate Xdebug DLL, place it in the PHP extensions directory, configure php.ini with the required Xdebug settings, restart Apache, verify installation via phpinfo, and set up PhpStorm for remote debugging, including cleanup steps.

PhpStormbackend developmentdebugging
0 likes · 3 min read
Installing and Configuring Xdebug for PHP with PhpStorm Debugging
php中文网 Courses
php中文网 Courses
Apr 23, 2021 · Backend Development

How to Install and Configure YASD for PHP Debugging with PhpStorm

This guide walks through installing the YASD debugging extension, adding the necessary php.ini settings, configuring PhpStorm's debug port and server path mapping, and running a PHP project (e.g., Hyperf) with breakpoints to enable remote debugging via a browser.

PhpStormdebuggingyasd
0 likes · 2 min read
How to Install and Configure YASD for PHP Debugging with PhpStorm
php中文网 Courses
php中文网 Courses
Feb 24, 2021 · Backend Development

How to View Yaf Framework Source Code in PhpStorm

This tutorial explains how to download the Yaf framework documentation from GitHub, unzip it, configure PhpStorm's Include Path to point to the source files, and verify the setup by opening a project file and Ctrl‑clicking a Yaf class, enabling easy source code navigation.

PhpStormdebuggingide
0 likes · 2 min read
How to View Yaf Framework Source Code in PhpStorm
Laravel Tech Community
Laravel Tech Community
Dec 26, 2020 · Backend Development

Using PhpStorm for Remote Editing and Automatic Deployment to a Web Server

This tutorial explains how to configure PhpStorm to connect to a remote server via FTP/SFTP, set up deployment mappings, and enable automatic upload so that local code changes are instantly synchronized with the web server, streamlining complex website maintenance tasks.

DeploymentFTPPhpStorm
0 likes · 3 min read
Using PhpStorm for Remote Editing and Automatic Deployment to a Web Server
php中文网 Courses
php中文网 Courses
Dec 4, 2020 · Backend Development

Quickly Locate Source Files and Hide Methods in PhpStorm for Efficient Screenshotting

This article explains how to configure PhpStorm to automatically locate the source file of the currently edited code and hide its method list, walking through two solutions—including using the navigation circle feature and disabling method display in settings—to improve workflow efficiency for developers.

IDE tipsPHPPhpStorm
0 likes · 4 min read
Quickly Locate Source Files and Hide Methods in PhpStorm for Efficient Screenshotting
Laravel Tech Community
Laravel Tech Community
Jun 5, 2020 · Backend Development

PhpStorm 2020.1 Update Adds WSL 2 Support and Important Fixes

PhpStorm 2020.1’s second update introduces support for Windows Subsystem for Linux 2, enabling developers to configure a Linux‑based PHP interpreter on Windows, while also delivering several critical bug fixes and clarifying that Docker integration via WSL 2 is not yet available.

LinuxPhpStormWSL2
0 likes · 2 min read
PhpStorm 2020.1 Update Adds WSL 2 Support and Important Fixes
360 Quality & Efficiency
360 Quality & Efficiency
Apr 14, 2017 · Backend Development

Setting Up a PHP Development Environment with XAMPP and Xdebug

This guide walks through installing XAMPP, configuring MySQL and PHP, setting up Xdebug, and integrating PhpStorm to create a complete PHP development and debugging environment for beginners.

PHPPhpStormXAMPP
0 likes · 6 min read
Setting Up a PHP Development Environment with XAMPP and Xdebug