PHPackages                             generalsystemsvehicle/just-read-the-instructions - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. generalsystemsvehicle/just-read-the-instructions

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

generalsystemsvehicle/just-read-the-instructions
================================================

Wordpress Gutenberg as a Laravel Nova field type

1.0.1(6y ago)66.9k3[2 issues](https://github.com/generalsystemsvehicle/just-read-the-instructions/issues)[5 PRs](https://github.com/generalsystemsvehicle/just-read-the-instructions/pulls)MITPHPPHP &gt;=7.1.0

Since Jan 16Pushed 2y ago2 watchersCompare

[ Source](https://github.com/generalsystemsvehicle/just-read-the-instructions)[ Packagist](https://packagist.org/packages/generalsystemsvehicle/just-read-the-instructions)[ Docs](https://github.com/generalsystemsvehicle/just-read-the-instructions)[ RSS](/packages/generalsystemsvehicle-just-read-the-instructions/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (8)Used By (0)

Just Read The Instructions
==========================

[](#just-read-the-instructions)

[Wordpress Gutenberg](https://wordpress.org/gutenberg/) as a Laravel Nova field type
------------------------------------------------------------------------------------

[](#wordpress-gutenberg-as-a-laravel-nova-field-type)

### Credits

[](#credits)

This plugin stands on the shoulders of [Laraberg](https://github.com/VanOns/laraberg/), which provides the basic integration of Gutenberg, Laravel-Filemanager and the Laravel world.

### Installation

[](#installation)

Install the composer package:

```
composer require generalsystemsvehicle/just-read-the-instructions
```

Publish configurations and assets for the Just Read The Instructions as well as Laravel Filemanager:

```
php artisan vendor:publish --provider="GeneralSystemsVehicle\JustReadTheInstructions\FieldServiceProvider" --tag="public"
php artisan vendor:publish --tag=lfm_config
php artisan vendor:publish --tag=lfm_public
```

### Usage

[](#usage)

#### Nova

[](#nova)

Usage in Nova is no different than any other field type. See the [Nova docs](https://nova.laravel.com/docs/2.0/resources/fields.html#defining-fields) for a more complete understanding, however this is an example:

```
