pixney / image_image_block-extension
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:streams-addon
Requires
- anomaly/blocks-module: ^1.2.0
- anomaly/image-field_type: ~1.3.0
README
Add this to your composer.json file
{
"repositories": [{
"type": "composer",
"url": "https://packages.pixney.com"
}]
}
Require the block
composer require pixney/image_image_block-extension
Dump
composer dump
Install block
php artisan addon:install pixney.extension.image_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_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