http://<directory-name>.test
. By default, Herd will automatically park the %USERPROFILE%\Herd
directory for you. Any PHP application in this directory is automatically available via its .test
domain. If you have other locations for your projects, you can add them as parked paths in the general settings or link individual projects as a linked directory.
herd edit
command even opens your favorite IDE if you’ve set up the protocols.
link
command from any directory on your machine. The link
command uses the directory name as domain name if you don’t set additional parameters.
your-project.test
and custom-domain.test
. This is useful if you want to use an application from multiple domains, for example in multi-tenancy environments or if you store all your projects across multiple directories.
unlink
command from any directory on your machine. The unlink
command uses the directory name as domain name if you don’t set additional parameters.
herd edit
command in your CLI. You can set your default IDE in the Herd Settings under the “General” tab. Currently, PhpStorm, VS Code, and Sublime Text are supported.
Please note that site-wide opening is only available for PhpStorm and VS Code due to limitations with Sublime Text. However, you can still open individual files in Sublime Text, such as when clicking on a location in the Dumps window.
php artisan about
command, but you can customize the overview by using a custom driver for your site.