mpietrucha/zed-laravel-pint

Format code inside Zed editor using Laravel Pint.

1.0.0 2025-06-14 18:08 UTC

This package is auto-updated.

Last update: 2025-06-15 07:42:21 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"]
            }
        }
    }
},