pixney / image_block-extension
There is no license information available for the latest version (v1.0.5) of this package.
Package info
github.com/pixney/image_block-extension
Type:streams-addon
pkg:composer/pixney/image_block-extension
v1.0.5
2019-05-13 14:11 UTC
Requires
- anomaly/blocks-module: ^1.2.0
README
Add this to your composer.json file
{
"repositories": [{
"type": "composer",
"url": "https://packages.pixney.com"
}]
}
Require the block
composer require pixney/image_block-extension
Dump
composer dump
Install block
php artisan addon:install pixney.extension.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.image_block
If you haven't used avviare, simply copy the files within resources/views/block to your theme:
resources/blocks/image_block
directory