valet: add Spanish translation (#10289)

* valet: add Spanish translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Darío Hereñú 2023-08-09 04:05:44 -03:00 committed by GitHub
parent e4ba45f134
commit bcbc71357c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages.es/osx/valet.md Normal file
View 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`