mpietrucha/zed-laravel-pint

Format code inside Zed editor using Laravel Pint.

1.0.2 2025-06-14 10:35 UTC

This package is auto-updated.

Last update: 2025-06-14 10:36:58 UTC


README

Requires PHP 8.2+ and Composer 2.8+

Require extension using Composer:

composer mpietrucha/zed-laravel-pint

Usage

This example assumes that vendor/bin is globally available in your PATH.

"languages": {
    "PHP": {
        "formatter": {
            "external": {
                "command": "zed-pint",
                "arguments": ["{buffer_path"]
            }
        }
    }
},