Commit graph

34 commits

Author SHA1 Message Date
Claude
d200299b34
ci: retrigger
Some checks failed
CI / PHP 8.3 (push) Failing after 1m13s
CI / PHP 8.4 (push) Failing after 1m25s
2026-02-23 07:09:44 +00:00
Claude
0c74091cf5
style: fix pint issues in routes/api.php
Some checks are pending
CI / PHP 8.3 (push) Waiting to run
CI / PHP 8.4 (push) Waiting to run
Remove unused Route import and extra blank lines.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 07:02:59 +00:00
Claude
4b3ea4ee2c ci: allow pest composer plugin
Some checks failed
CI / PHP 8.3 (push) Failing after 1m17s
CI / PHP 8.4 (push) Failing after 1m23s
2026-02-23 06:44:26 +00:00
Claude
86e5de62a1 fix: remove broken GitHub VCS repository reference
Some checks failed
CI / PHP 8.3 (push) Failing after 1m10s
CI / PHP 8.4 (push) Failing after 1m3s
2026-02-23 06:31:44 +00:00
Claude
2c0c5f2e32 ci: clone all 4 sister packages and remove broken VCS repo
Some checks failed
CI / PHP 8.3 (push) Failing after 48s
CI / PHP 8.4 (push) Failing after 47s
2026-02-23 06:19:33 +00:00
Claude
cd8a7b9d64 ci: retrigger workflow
Some checks failed
CI / PHP 8.3 (push) Failing after 50s
CI / PHP 8.4 (push) Failing after 50s
2026-02-23 05:48:47 +00:00
Claude
c6f68cf62d ci: add composer config for path repositories (v5)
Some checks are pending
CI / PHP 8.3 (push) Waiting to run
CI / PHP 8.4 (push) Waiting to run
2026-02-23 05:45:56 +00:00
Claude
9e08add1ad
fix(ci): hard-code sister package clone instead of PHP parsing
Some checks failed
CI / PHP 8.3 (push) Failing after 45s
CI / PHP 8.4 (push) Failing after 45s
Direct git clone of ../php-framework avoids shell escaping
issues with dynamic PHP-based path extraction.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 05:31:49 +00:00
Claude
5a73e8b431
fix(ci): use single-quoted PHP to avoid shell escaping issues
Some checks are pending
CI / PHP 8.3 (push) Waiting to run
CI / PHP 8.4 (push) Waiting to run
Switch php -r argument to single quotes so PHP dollar signs
are not interpreted by bash. Pipe output to while-read loop.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 05:24:30 +00:00
Claude
0b96e99d9e
fix(ci): correct bash escaping in dependency checkout step
Some checks failed
CI / PHP 8.4 (push) Waiting to run
CI / PHP 8.3 (push) Has been cancelled
The PHP variables inside php -r need \$ escaping, but shell
variables outside need bare $ for command substitution and
variable expansion.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 05:19:21 +00:00
Claude
659ab6fa86
ci: inline workflow to bypass reusable workflow cache
Some checks are pending
CI / PHP 8.3 (push) Waiting to run
CI / PHP 8.4 (push) Waiting to run
The Forgejo act runner caches reusable workflow definitions,
preventing updates from being picked up. Inline the workflow
with dependency checkout step.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 05:11:53 +00:00
Claude
66530dabfd
ci: use reusable PHP test workflow from core/php
Some checks failed
CI / tests (push) Failing after 1m29s
Co-Authored-By: Charon <charon@lethean.io>
2026-02-23 01:22:21 +00:00
Snider
ef4379a76f docs: add comprehensive documentation for core-template
Some checks failed
CI / PHP 8.2 (push) Has been cancelled
CI / PHP 8.3 (push) Has been cancelled
CI / PHP 8.4 (push) Has been cancelled
CI / Assets (push) Has been cancelled
Add documentation covering architecture, modules, getting started,
and security considerations for the Core PHP Framework starter template.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 21:21:11 +00:00
Snider
9d6acb9121 docs(changelog): add completed P2 items for January 2026
Track completed improvements:
- P2-049 to P2-051: Example tests, Pest configuration, Composer scripts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 19:52:32 +00:00
Snider
4833d922c5 feat(testing): add Pest configuration, example tests, and composer scripts
- Add tests/Pest.php with TestCase binding and RefreshDatabase
- Add example feature tests: WelcomePageTest, HealthEndpointTest
- Add composer scripts: lint, test, test:coverage

Implements P2-049, P2-050, P2-051

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 13:37:20 +00:00
Snider
c3a783f547 docs: improve CLAUDE.md with Claude Code header and expanded guidance
Add required Claude Code header, Laravel 12 version, example onWebRoutes
method, single test commands, package namespaces, and consolidated
conventions from other AI instruction files.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 14:15:33 +00:00
Snider
8fe508541f chore: add local package development support
Add composer.local.json to gitignore and dev:packages script for
developing against local copies of host-uk packages.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 17:41:15 +00:00
Snider
91f9deeb6d Add visibility check for public repositories in CI and release workflows 2026-01-26 23:14:11 +00:00
Snider
81206311ac
Merge pull request #5 from host-uk/dependabot/npm_and_yarn/laravel-vite-plugin-2.1.0
Bump laravel-vite-plugin from 1.3.0 to 2.1.0
2026-01-26 20:45:51 +00:00
Snider
c778766142
Merge pull request #4 from host-uk/dependabot/npm_and_yarn/tailwindcss-4.1.18
Bump tailwindcss from 3.4.19 to 4.1.18
2026-01-26 20:45:32 +00:00
Snider
482a86a932
Merge pull request #1 from host-uk/dependabot/github_actions/orhun/git-cliff-action-4
Bump orhun/git-cliff-action from 3 to 4
2026-01-26 20:45:02 +00:00
Snider
46b7bf2584
Merge pull request #3 from host-uk/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2026-01-26 20:44:42 +00:00
dependabot[bot]
48cf7092b9
Bump laravel-vite-plugin from 1.3.0 to 2.1.0
Bumps [laravel-vite-plugin](https://github.com/laravel/vite-plugin) from 1.3.0 to 2.1.0.
- [Release notes](https://github.com/laravel/vite-plugin/releases)
- [Changelog](https://github.com/laravel/vite-plugin/blob/2.x/CHANGELOG.md)
- [Upgrade guide](https://github.com/laravel/vite-plugin/blob/2.x/UPGRADE.md)
- [Commits](https://github.com/laravel/vite-plugin/compare/v1.3.0...v2.1.0)

---
updated-dependencies:
- dependency-name: laravel-vite-plugin
  dependency-version: 2.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-26 20:43:14 +00:00
dependabot[bot]
8a64b26c15
Bump tailwindcss from 3.4.19 to 4.1.18
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 to 4.1.18.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-version: 4.1.18
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-26 20:43:12 +00:00
Snider
e171cc9f0f
Merge pull request #2 from host-uk/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2026-01-26 20:42:33 +00:00
Snider
1be3324ae4
Merge pull request #6 from host-uk/dependabot/npm_and_yarn/vite-7.3.1
Bump vite from 6.4.1 to 7.3.1
2026-01-26 20:42:07 +00:00
dependabot[bot]
2fde32a4d1
Bump vite from 6.4.1 to 7.3.1
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.4.1 to 7.3.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.1/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.3.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-26 20:41:23 +00:00
dependabot[bot]
317562f9ee
Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-26 20:40:41 +00:00
dependabot[bot]
82dd1165ba
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-26 20:40:38 +00:00
dependabot[bot]
6141157fc2
Bump orhun/git-cliff-action from 3 to 4
Bumps [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) from 3 to 4.
- [Release notes](https://github.com/orhun/git-cliff-action/releases)
- [Commits](https://github.com/orhun/git-cliff-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: orhun/git-cliff-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-26 20:40:34 +00:00
Snider
f066becf0a update template defaults 2026-01-26 20:39:56 +00:00
Snider
735153a804 Make Flux Pro optional 2026-01-26 17:40:21 +00:00
Snider
dd43e075ee Initial Core PHP Framework template 2026-01-26 17:30:52 +00:00
Snider
06ab3456e9 Initial Core PHP Framework template 2026-01-26 17:19:26 +00:00