Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
N

Notion Renderer Field

This package is possibly abandoned. Please proceed with care.

Installation Instructions

composer require michalbialkowski/notion-renderer-field
namespace App\Nova;

use Michalbialkowski\NotionRendererField\NotionRendererField;

class Note extends Resource
{
    // ...

    public function fields(Request $request)
    {
        return [
            // ...

            NotionRendererField::make('Notion Link', 'link'),

            // ...
        ];
    }
}

Readme

Readme not found. Refer to the project website: https://github.com/michalbialkowski/notion-renderer-field

Screenshots

Back to Top
Added 3 years ago

This package should be on the Packagist API but we're not getting any results.

Please note that the Packagist cache is pretty long, so some times you just need to check back in an hour.

Favorites

0 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
1 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas