akiyamaSM / voyager-blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voyager Blog

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

About

License:GNU General Public License v2.0


Languages

Language:PHP 96.7%Language:HTML 3.3%