// Built-in types
$variable = null; // null type
// Scalar types
$boolVar = true; // bool type
$intVar = 42; // int type
$floatVar = 3.14; // float type
Saving this so I dont forget later.
- create custom file watcher
- For tool to Run on Changes add the full path to vendor/bin/sail via WSL like so
\\wsl$\Ubuntu\home\ozen\projects-sail\MYPROJECT\vendor\bin\sail
- Arguments
bin pint $/FileRelativePath$
- Output paths to refresh
$FilePath$
- Working Directory
$ProjectFileDir$