Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 695 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 695 Bytes

Installation

Add this to your composer.json file

{
  "repositories": [{
    "type": "composer",
    "url": "https://packages.pixney.com"
  }]
}

Require the block

composer require pixney/wysiwyg_block-extension

Dump

composer dump

Install block

php artisan addon:install pixney.extension.wysiwyg_block

Copy views

If you have used avviare to setup your theme, you can simply run the following command to copy the necessary view files over to your theme directory:

pixney:publish pixney.extension.wysiwyg_block

If you haven't used avviare, simply copy the files within resources/views/block to your theme: resources/blocks/wysiwyg_block directory