1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 16:40:05 +01:00
This commit is contained in:
Taylor Otwell
2016-05-04 21:54:22 -05:00
parent aa33fe38a3
commit 1f6b9989a0

View File

@@ -10,6 +10,8 @@ ## Laravel Valet
- [The "Park" Command](#the-park-command) - [The "Park" Command](#the-park-command)
- [The "Link" Command](#the-link-command) - [The "Link" Command](#the-link-command)
- [Sharing Sites](#sharing-sites) - [Sharing Sites](#sharing-sites)
- [Viewing Logs](#viewing-logs)
- [Other Useful Commands](#other-useful-commands)
<a name="what-is-it"></a> <a name="what-is-it"></a>
### What Is It? ### What Is It?
@@ -62,7 +64,10 @@ ### Sharing Sites
To stop sharing your site, simply hit `Control + C` to cancel the process. To stop sharing your site, simply hit `Control + C` to cancel the process.
<a name="viewing-logs"></a>
### Viewing Logs
If you would like to stream all of the logs for all of your sites to your terminal, run the `valet logs` command. New log entries will display in your terminal as they occur. Squash those bugs!
<a name="other-useful-commands"></a>
### Other Useful Commands