Skip to content
  • Sponsor
  • Notifications You must be signed in to change notification settings
  • Fork 1

Editor.js blocks parser for Laravel

License

Notifications You must be signed in to change notification settings

dontfreakout/laravel-editorjs-to-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2bd9b7f · Sep 5, 2021

History

8 Commits
Sep 5, 2021
Sep 5, 2021
Sep 5, 2021
Sep 5, 2021
Sep 5, 2021
Sep 5, 2021
Sep 5, 2021
Sep 5, 2021
Sep 5, 2021
Sep 5, 2021
Sep 5, 2021
Sep 5, 2021
Sep 5, 2021
Sep 5, 2021
Sep 5, 2021
Sep 5, 2021

Repository files navigation

Editor.js blocks themeable parser for Laravel

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require dontfreakout/laravel-editorjs-to-html

You can publish the config file with:

php artisan vendor:publish --provider="Dontfreakout\LaravelEditorjsToHtml\LaravelEditorjsToHtmlServiceProvider" --tag="laravel-editorjs-to-html-config"

This is the contents of the published config file:

return [
    'default-template' => 'default'
];

Usage

Package provides custom blade component to render Editor.js block JSON

<x-dfk-editor-to-html :editor-data="$editorjsJson" template="tailwind" />

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Editor.js blocks parser for Laravel

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published