Created
January 16, 2024 14:55
-
-
Save horaciod/0906238de647670a40f51dd872f145d6 to your computer and use it in GitHub Desktop.
entorno zellij para laravel , serve, npm y logs, arrancar con zellij --layout entorno.kdl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
layout { | |
pane split_direction="horizontal" { | |
pane command="php" { | |
args "artisan" "serve" | |
} | |
pane command="npm" { | |
args "run" "dev" | |
} | |
pane command="tail" { | |
args "-f" "storage/logs/laravel.log" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment