Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
O

Optimal Image field

Installation Instructions

Install the package into a Laravel app that uses Nova with Composer:

composer require yarbala/nova-optimal-image-field

Readme

Nova Optimal Image field

This field differs from the standard Image field in that after the image is loaded using it, image optimization takes place. For image optimization the package spatie/laravel-image-optimizer is used.

Installation

Install the package into a Laravel app that uses Nova with Composer:

composer require yarbala/nova-optimal-image-field

Read the documentation spatie/laravel-image-optimizer for optimizers setup information on the server side.

Usage

Add the field to your resource in the fields method:

use Yarbala\OptimalImage\OptimalImage;

OptimalImage::make('Image'),

Field uses local disk for converting images, to change this behavior change use localDisk method:

OptimalImage::make('Image')->localDisk('local'),

The field extends the Laravel\Nova\Fields\Image field, so all the usual methods are available.

Back to Top
Added 5 years ago
Last updated 5 Years Ago
Version 1.0.0
Composer
yarbala/nova-optimal-image-field
GitHub stars 4
Packagist downloads 955

Favorites

0 users favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Author

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas