Skip to content

Instantly share code, notes, and snippets.

View mateussantana's full-sized avatar

Mateus Santana mateussantana

View GitHub Profile
@josenetoz
josenetoz / setup.md
Created April 14, 2025 12:11
Linux + Laravel Sail + Laravel Pint Watcher

Para rodar o Linux + Laravel Sail + Laravel Pint com Wacther do PHPStorm

  1. Crie um Custom File Watcher
  2. Em Tool to Run:
    1. Program: Adiciona o caminho completo para o executável do sail CAMINHO_DO_PROJETO/vendor/bin/sail
    2. Arguments: Adicione pint $FileRelativePath$
    3. Output path to refresh: Adicione $FilePath$
    4. Working Directory: Adicione $ProjectFileDir$
    5. Environment Variables: Adicione COMPOSE_INTERACTIVE_NO_CLI=1
  3. Desabilite o caixa de Auto Save