Skip to content

creode-modules/nova-page-blocks-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module which adds basic blocks for the page builder module (creode/nova-page-builder)

This module is intended to be used alongside the "creode-components" NPM package. Markup provided by this module must be parsed by Vue.js where components provided by the "creode-components" NPM package are present in the Vue.js application.

Installation

You can install the package via composer:

composer require creode/nova-pages

You can publish the config file with:

php artisan vendor:publish --tag="page-blocks-config"