mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
valet: add Spanish translation (#10289)
* valet: add Spanish translation --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
e4ba45f134
commit
bcbc71357c
1 changed files with 24 additions and 0 deletions
24
pages.es/osx/valet.md
Normal file
24
pages.es/osx/valet.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# valet
|
||||||
|
|
||||||
|
> Un entorno de desarrollo Laravel que permite alojar sitios a través de túneles locales en `http://<ejemplo>.test`.
|
||||||
|
> Más información: <https://laravel.com/docs/valet>.
|
||||||
|
|
||||||
|
- Inicia el daemon valet:
|
||||||
|
|
||||||
|
`valet start`
|
||||||
|
|
||||||
|
- Registra el directorio de trabajo actual como ruta en la que Valet debe buscar sitios:
|
||||||
|
|
||||||
|
`valet park`
|
||||||
|
|
||||||
|
- Ver las rutas 'aparcadas':
|
||||||
|
|
||||||
|
`valet paths`
|
||||||
|
|
||||||
|
- Sirve un único sitio en lugar de un directorio completo:
|
||||||
|
|
||||||
|
`valet link {{nombre_aplicacion}}`
|
||||||
|
|
||||||
|
- Compartir un proyecto a través de un túnel Ngrok:
|
||||||
|
|
||||||
|
`valet share`
|
Loading…
Add table
Reference in a new issue