Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

dive-be/nova-fez

Repository files navigation

A supplemental Nova field for use with Fez

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.