Skip to content

Instantly share code, notes, and snippets.

@horaciod
Created January 16, 2024 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save horaciod/0906238de647670a40f51dd872f145d6 to your computer and use it in GitHub Desktop.
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
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