Laravel Herd launched v1.11 this week, a major replace that features Laravel Forge integration, sharing Herd venture configuration throughout a crew, a handy profiler integration, and extra:
Laravel Herd v1.11 Predominant Options
- Forge Integration – Combine straight with Forge and deploy purposes through the UI
-
Share Configuration With Your Staff – share venture configuration through a
Herd.yml
file -
Profiler – profile purposes with the SPX profiler utilizing
herd profile
- Reverb TLS Assist – Reverb TLS help with the clicking of a checkbox
- Dump UI Enhancements – Dump queries, HTTP requests, logs, and extra straight in Herd
Forge Integration
Herd now has direct integration with Laravel Forge, enabling you to deploy your website straight from Herd, open an SSH connection on the server, and even open your website on forge.laravel.com. Head over to the documentation to study extra!
Sharing Configuration With Herd.yml
With Herd v1.11, you may share venture configuration together with your crew utilizing a Herd.yml
file within the root of your venture. You may configure the venture title, area aliases, PHP model, and SSL certificates.
You arrange the Herd.yml
utilizing the herd init
command. In case your venture would not have the file, the init
command prompts you thru the setup course of. Professional customers may also outline companies within the Herd.yml
file.
When a brand new developer clones your venture, working herd init
will get them up and working instantly, and all builders can have the identical setup. Tasks can configure the Forge server and website IDs to share website configurations with all builders.
Try the Herd documentation to study all about Sharing venture configurations.
The Herd v1.11 replace is out there instantly on macOS, with the Home windows launch taking place quickly.
Profiler
Herd v1.11 has a brand new profiler for figuring out efficiency points in your code. Herd makes profile requests, CLI scripts, and long-running duties seamless.
Here’s an example of profiling Artisan commands via the Herd CLI:
herd profile artisan my-command
Dump UI Improvements
Herd’s dump debugging features a new custom PHP extension that makes using dd()
and dump()
automatic. You can also configure Herd to dump queries, HTTP requests, views, jobs, and logs.
Learn More
You can learn more about Herd’s features in the official documentation.