Laravel Nova field to display and cache remote images.
skydiver/nova-cached-images is a Laravel package for laravel nova field to display and cache remote images..
It currently has 0 GitHub stars and 37 downloads on Packagist (latest version 1.0.1).
Install it with composer require skydiver/nova-cached-images.
Discover more Laravel packages by skydiver
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Nova field to display (and cache) remote images
composer require skydiver/nova-cached-imagesuse Skydiver\NovaCachedImages\NovaCachedImages; in the top of your fileNovaCachedImages::make("Avatar") in your fields methodNovaCachedImages::make("Avatar")
->class('image-class') // img tag class
->containerClass('image-container-class') // imgage container class
->width('50px') // image width
->height('50px') // image height
->radius('5px') // image border radius
The MIT License (MIT). Please see License File for more information.