jonnybarnes.uk/app
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonny Barnes 31c49ac3fc
Adopt Laravel's Image facade for media processing, upgrade Intervention to v4
Laravel 13's Image facade wraps Intervention Image v4 internally, so
switching our upload width probe and resize job/command to it required
bumping intervention/image ^3 -> ^4 (and its intervention/gif ^5
dependency). Removes our own ImageManager container binding and
config/image.php in favour of Laravel's built-in driver resolution.

Also fixes a latent filename mismatch in ProcessMediaJobTest that Pint's
stricter typing on the new Image API turned into a hard TypeError, and
tidies config/flare.php to use imported class names instead of FQCNs.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018Sorsgn85nw7uQyRMNvzyD
2026-08-01 17:07:38 +01:00
..
CommonMark Upgrade to Laravel 13 2026-04-07 09:01:19 +01:00
Console Adopt Laravel's Image facade for media processing, upgrade Intervention to v4 2026-08-01 17:07:38 +01:00
Exceptions Implement micropub update support with clean exception-based error handling 2026-02-22 10:15:35 +00:00
Http Adopt Laravel's Image facade for media processing, upgrade Intervention to v4 2026-08-01 17:07:38 +01:00
Jobs Adopt Laravel's Image facade for media processing, upgrade Intervention to v4 2026-08-01 17:07:38 +01:00
Models Migrate outbound HTTP calls from Guzzle to the Http facade 2026-07-26 09:12:01 +01:00
Observers Remove psalm annotations 2025-04-10 20:09:36 +01:00
Providers Adopt Laravel's Image facade for media processing, upgrade Intervention to v4 2026-08-01 17:07:38 +01:00
Services Migrate outbound HTTP calls from Guzzle to the Http facade 2026-07-26 09:12:01 +01:00
Traits Switch to Symfony’s HTML Sanitizer package 2022-06-02 09:40:34 +01:00