cli/pkg/php
Snider 96d394435a feat(php): implement Laravel development environment support
Add pkg/php for Laravel/PHP development:
- Auto-detect Laravel project and required services
- FrankenPHP/Octane, Vite, Horizon, Reverb, Redis orchestration
- mkcert SSL integration for local HTTPS
- Unified log streaming with colored service prefixes
- Graceful shutdown handling

CLI commands:
- core php dev - start all services
- core php logs - unified/per-service logs
- core php stop - stop all services
- core php status - show service status
- core php ssl - setup SSL certificates

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 19:14:06 +00:00
..
detect.go feat(php): implement Laravel development environment support 2026-01-28 19:14:06 +00:00
detect_test.go feat(php): implement Laravel development environment support 2026-01-28 19:14:06 +00:00
php.go feat(php): implement Laravel development environment support 2026-01-28 19:14:06 +00:00
services.go feat(php): implement Laravel development environment support 2026-01-28 19:14:06 +00:00
ssl.go feat(php): implement Laravel development environment support 2026-01-28 19:14:06 +00:00
ssl_test.go feat(php): implement Laravel development environment support 2026-01-28 19:14:06 +00:00