tuna and Laravel Herd
Step 1. Download the client
Instructions are available on the installation page.
Step 2. Start Herd server
Installation instructions can be found in the official documentation.
Step 3. Run tuna
Herd uses port 80 by default to access your web project:
tuna http 80
For correct request routing, you may need to pass the Host header, for example:
tuna http --request-header="host:tuna.am" 80