pixney/wysiwyg_image_block-extension

There is no license information available for the latest version (v1.0.7) of this package.

v1.0.7 2019-05-13 14:13 UTC

This package is auto-updated.

Last update: 2024-04-14 03:48:49 UTC


README

Add this to your composer.json file

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

Require the block

composer require pixney/wysiwyg_image_block-extension

Dump

composer dump

Install block

php artisan addon:install pixney.extension.wysiwyg_image_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_image_block

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