Skip to content

Instantly share code, notes, and snippets.

@horaciod
Last active January 28, 2019 01:25
Show Gist options
  • Save horaciod/9167f9bd7f0000406f507c52113d6f6b to your computer and use it in GitHub Desktop.
Save horaciod/9167f9bd7f0000406f507c52113d6f6b to your computer and use it in GitHub Desktop.
Proyecto de tmuxninator para laravel
# ~/.tmuxinator/tportal.yml
name: tportal
#ruta del proyecto laravel
root: /datos/webs/portalesrevistas
#definición de ventanas
windows:
- portales:
layout: tiled
#secciones de la ventana
panes:
- php artisan serve
- npm run watch
- tail -f storage/logs/laravel.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment