1.26.0macOS
Version 1.26.0
Added 6
- Services can now be cloned directly from the context menu in Settings
- New herd services:list, services:create, services:clone, services:delete, services:start, services:stop, services:available, and services:versions commands for managing services from the command line
- New herd php:list, herd php:install, and herd php:update commands for managing PHP versions via CLI
- New herd sites command to list all configured sites with support for --json flag
- New herd laravel:update command to automatically update the Laravel Installer
- New herd debug:start and herd debug:stop commands for managing debug sessions
Changed 2
- Updated the built-in Composer binary
- Updated the built-in Laravel Installer
From Laravel Herd
New features
- Services can now be cloned directly from the context menu in Settings
- You can now manage services directly from the command line with new herd services:* commands: list, create, clone, delete, start, stop, available, and versions
- Added herd php:list, herd php:install, and herd php:update commands for managing PHP versions via CLI
- Added herd sites command to list all configured sites (supports --json flag)
- Added herd laravel:update command to automatically update the Laravel Installer without opening the GUI
- Added herd debug:start and herd debug:stop commands for managing debug sessions (Pro) Improvements
- Updated the built-in Composer binary
- Updated the built-in Laravel Installer