Download the PHP package c6digital/filament-og-manager without Composer
On this page you can find all versions of the php package c6digital/filament-og-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download c6digital/filament-og-manager
More information about c6digital/filament-og-manager
Files in c6digital/filament-og-manager
Package filament-og-manager
Short Description Manage your site's Open Graph tags inside of Filament.
License MIT
Homepage https://github.com/c6digital/filament-og-manager
Informations about the package filament-og-manager
Manage your site's Open Graph tags inside of Filament.
This package provides a global SEO page that lets you manage Open Graph tags, as well as a set of fields to manage Open Graph tags for specific resources.
Installation
You can install the package via Composer:
Run the installation command for the package:
This will publish and execute migrations.
Usage
Register the plugin:
The global SEO page will be registered with your panel and automatically appear inside of the panel. Use this form to manage your site wide Open Graph tags.
Rendering meta tags
To render meta tags in your Blade templates, use the provided component:
Model-specific tags
This package provides a custom group of fields that you can add to your own resource forms.
You'll then need to add the HasOpenGraphMeta
trait to your model.
This registers a new openGraphMeta
relationship on your model which this field uses.
To render meta tags for a specific model, pass the model through to the Blade component using the for
prop.
Changing the URL
This package defaults to using url()->current()
when rendering meta tags (og:url
, twitter:url
). If you want to change URL you can pass it through as a prop to the Blade component.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Ryan Chandler
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-og-manager with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0