Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create modern and feature-rich cloud dev environment for PHP scripts #162

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

makeitstrict
Copy link
Owner

@makeitstrict makeitstrict commented Feb 6, 2025

Add a new devcontainer configuration file for Codespaces and IDE settings for VSCode and PhpStorm.

  • Codespaces Configuration

    • Add .devcontainer/devcontainer.json to configure the development environment with PHP 8.2 and necessary VSCode extensions.
  • VSCode Configuration

    • Add .vscode/launch.json to set up a launch configuration for XDebug.
    • Add .vscode/settings.json to configure PHP validation, code formatting, and linting settings.
  • PhpStorm Configuration

    • Add .idea/php.xml to configure PHP settings and PHPUnit for PhpStorm.
    • Add .idea/workspace.xml to set up a workspace configuration for PhpStorm.

For more details, open the Copilot Workspace session.

Add a new devcontainer configuration file for Codespaces and IDE settings for VSCode and PhpStorm.

* **Codespaces Configuration**
  - Add `.devcontainer/devcontainer.json` to configure the development environment with PHP 8.2 and necessary VSCode extensions.

* **VSCode Configuration**
  - Add `.vscode/launch.json` to set up a launch configuration for XDebug.
  - Add `.vscode/settings.json` to configure PHP validation, code formatting, and linting settings.

* **PhpStorm Configuration**
  - Add `.idea/php.xml` to configure PHP settings and PHPUnit for PhpStorm.
  - Add `.idea/workspace.xml` to set up a workspace configuration for PhpStorm.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/makeitstrict/php-leetcode?shareId=XXXX-XXXX-XXXX-XXXX).
@makeitstrict makeitstrict merged commit 862b680 into main Feb 6, 2025
3 of 5 checks passed
@makeitstrict makeitstrict deleted the create-modern-dev-environment branch February 6, 2025 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant