spatie/laravel-og-image
Generate Open Graph images in Laravel from Blade-defined HTML. Automatically renders screenshots, serves them from a route, and caches files. Templates reuse your app’s CSS, fonts, and Vite assets—no external API required.
url parameter to <x-og-image> component, allowing you to pass an existing image URL directly instead of generating one via screenshotFull Changelog: https://github.com/spatie/laravel-og-image/compare/1.1.2...1.2.0
Full Changelog: https://github.com/spatie/laravel-og-image/compare/1.1.1...1.1.2
When a non-HTML response (such as an RSS/Atom feed) was processed by the middleware with a fallback registered, storeInCache() was called before verifying the template was actually injected. Since non-HTML responses lack a </body> tag, the injection silently failed but the cache entry persisted with the wrong URL. Because all fallback pages share the same content hash, this poisoned the cache permanently.
The fix moves storeInCache() to after the injection attempt and only executes it when the template was successfully injected.
Full Changelog: https://github.com/spatie/laravel-og-image/compare/1.0.0...1.1.0
Full Changelog: https://github.com/spatie/laravel-og-image/compare/0.0.3...1.0.0
Full Changelog: https://github.com/spatie/laravel-og-image/compare/0.0.2...0.0.3
Full Changelog: https://github.com/spatie/laravel-og-image/compare/0.0.1...0.0.2
Full Changelog: https://github.com/spatie/laravel-og-image/commits/0.0.1
How can I help you explore Laravel packages today?