dive-be/nova-fez

This package is abandoned and no longer maintained. No replacement package was suggested.

A Laravel Nova field.

Installs: 2 842

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Vue

0.2 2022-02-14 10:42 UTC

This package is auto-updated.

Last update: 2023-05-03 08:59:36 UTC


README

Latest Version on Packagist

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

Detail View

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.