“Alias ​​de vela de Laravel” Respostas de código

Alias ​​de vela de Laravel

/* So you can just run sail up 
instead of: vendor/bin/sail up    
(If you add -d to your command it runs in the background of the same terminal)
Run this inside your project. Also this method does not carry over sessions */
alias sail="bash vendor/bin/sail"
sail up -d
/* here is the official documentation for this 
https://laravel.com/docs/8.x/sail#configuring-a-bash-alias */
13Garth

Alias ​​de vela de Laravel

alias sail='[ -f sail ] && bash sail || bash vendor/bin/sail'
Different Dormouse

Respostas semelhantes a “Alias ​​de vela de Laravel”

Perguntas semelhantes a “Alias ​​de vela de Laravel”

Mais respostas relacionadas para “Alias ​​de vela de Laravel” em PHP

Procure respostas de código populares por idioma

Procurar outros idiomas de código