geofftech / laravel-opengraph
OpenGraph configuration for Laravel
1.0.1
2025-04-13 10:19 UTC
Requires
- illuminate/support: ^11.0 || ^12.0
Requires (Dev)
- laravel/pint: ^1.21
README
Usage examples
- in render function
public function render(OpenGraph $og)
{
if (!$this->project->is_published) {
abort(404);
}
$og->title($this->project->name);
return view('livewire.pages.project-show-page');
}
Implementation
- add to layout head
<x-opengraph::head />
- remove any
title
tags that may be there
Tutorials
Card Validators
-
Twitter Card validator
-
Facebook Sharing Debugger
-
LinkedIn Post Inspector
-
Pinterest Rich Pins Validator