Commit graph

3 commits

Author SHA1 Message Date
Snider
7d188ae056 fix: use go-i18n root package, add to go.mod
Some checks failed
Security Scan / security (push) Successful in 7s
Test / test (push) Has been cancelled
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-04 17:25:20 +00:00
Snider
84ce94b713 feat: add core-php binary, fix imports to use core/cli
Some checks failed
Security Scan / security (push) Successful in 9s
Test / test (push) Failing after 25s
- Create cmd/core-php/main.go standalone binary entry point
- Add FrankenPHP serve:embedded and exec commands (CGO build-tagged)
- Replace all cobra imports with core/cli re-exports
- Replace core/go/pkg/cli with core/cli/pkg/cli
- Replace core/go/pkg/i18n with core/go-i18n/pkg/i18n
- Add core/go and core/go-i18n as go.mod dependencies

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-04 17:22:10 +00:00
Snider
d2081d91e7 feat: merge core/php CLI commands into go-php
Some checks failed
Security Scan / security (push) Successful in 8s
Test / test (push) Failing after 26s
Combines FrankenPHP handler package with PHP dev CLI commands
(build, deploy, QA, dev server, etc) from core/php. This frees
the core/php namespace for the Laravel PHP framework rename.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-04 17:12:52 +00:00