clevyr/voyager-blog

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

Voyager blog package using Laraberg

v1.0 2019-12-18 17:01 UTC

This package is auto-updated.

Last update: 2023-07-19 01:45:58 UTC


README

This ia a blog package for Laravel Voyager using the Laravel Gutenberg package Laraberg.

Voyager - https://github.com/the-control-group/voyager

Laraberg - https://github.com/VanOns/laraberg

Install Instructions

    'additional_css' => [
        'vendor/laraberg/css/laraberg.css'
    ],

    'additional_js' => [
        'https://unpkg.com/react@16.8.6/umd/react.production.min.js',
        'https://unpkg.com/react-dom@16.8.6/umd/react-dom.production.min.js',
        'vendor/laraberg/js/laraberg.js',
    ],
  • Add the following to your AppServiceProvider.php Voyager::addFormField(GutenburgField::class)

  • login to Voyager and set your role permissions for the Voyager Blog