{
"repositories": [{
"type": "composer",
"url": "https://packages.pixney.com"
}]
}
composer require pixney/image_image_block-extension
composer dump
php artisan addon:install pixney.extension.image_image_block
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.image_image_block
If you haven't used avviare, simply copy the files within resources/views/block
to your theme:
resources/blocks/image_image_block
directory