dive-be / nova-fez
A Laravel Nova field.
Installs: 2 842
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
Requires
- php: ^8.1
- dive-be/laravel-fez: ^0.5
- laravel/nova: ^3.31
Requires (Dev)
This package is auto-updated.
Last update: 2023-05-03 08:59:36 UTC
README
This package allows you to preview social media posts / search engine results right in your Metable
resources.
It is, and will stay an approximation.
Requirements
dive-be/laravel-fez: ^0.4
laravel/nova: ^3.0
Installation
You can install the package via composer:
composer require dive-be/nova-fez
Usage
use Dive\Fez\Nova\Fez; public function fields(Request $request) { return [ Fez::make('SEO'), ]; }
Screenshots
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email oss@dive.be instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.