📃Tomato CMS
full CMS System to manage your content build for Tomato PHP
Last updated
composer require tomatophp/tomato-cms-modulephp artisan tomato-cms:installyarn add md-editor-v3import { MdEditor, MdPreview } from 'md-editor-v3';
import 'md-editor-v3/lib/style.css';
createApp({
render: renderSpladeApp({ el })
})
.use(SpladePlugin, {
max_keep_alive: 10,
transform_anchors: false,
progress_bar: true,
})
.component("MdEditor", MdEditor)
.component("MdPreview", MdPreview)
...
.mount(el);