From 0209099690801248bd4f130d962a97018ad92aa0 Mon Sep 17 00:00:00 2001 From: Al-Amin Firdows Date: Sat, 30 Mar 2024 00:57:44 +0600 Subject: [PATCH] doc: update readme --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 58acea8..a8f6786 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,12 @@ A simple editor.js html parser for Laravel [![Latest Version on Packagist](https://img.shields.io/packagist/v/alaminfirdows/laravel-editorjs.svg?style=for-the-badge)](https://packagist.org/packages/alaminfirdows/laravel-editorjs) [![Total Downloads](https://img.shields.io/packagist/dt/alaminfirdows/laravel-editorjs.svg?style=for-the-badge)](https://packagist.org/packages/alaminfirdows/laravel-editorjs) ---- +## Features +- Render Editor.js output +- Custom block rendering + +## Demo +You can can play with the demo [here](https://github.com/alaminfirdows/laravel-editorjs-demo) ## Installation @@ -62,11 +67,11 @@ echo $post->body; ## Versioning -| Laravel | Supported | -| ------- | --------- | -| 10.x | ✅ 2.x | -| 9.x | ✅ 1.1 | -| 8.x | ✅ 1.0 | +| Laravel | Supported | +| ---------- | --------- | +| 10.x, 11.x | ✅ 2.x | +| 9.x | ✅ 1.1 | +| 8.x | ✅ 1.0 | ## Contributing