Skip to content

Instantly share code, notes, and snippets.

@doraemonxxx
Forked from smitmartijn/laravel-tmuxp.yaml
Created September 22, 2024 21:04
Show Gist options
  • Save doraemonxxx/a7e853744291201ef2d23f7c5352dbcf to your computer and use it in GitHub Desktop.
Save doraemonxxx/a7e853744291201ef2d23f7c5352dbcf to your computer and use it in GitHub Desktop.
Run a Laravel app in a tiled tmux window with a single command.
# brew install tmuxp
# tmuxp load tmuxp.yaml
session_name: laravel-app
windows:
- window_name: laravel-app
layout: tiled
panes:
- docker-compose -f docker-compose.yml up
- php artisan serve
- npm run dev
- php artisan horizon
- tail -f storage/logs/laravel.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment