Image optimizing library

Maintainers

Package info

github.com/semmelsamu/imgs

pkg:composer/semmelsamu/imgs

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-03-29 21:43 UTC

This package is auto-updated.

Last update: 2026-03-29 21:45:21 UTC


README

Image optimizing library, tailored for Laravel.

Installation

You may install this package with Composer:

composer require semmelsamu/imgs

Configuration

You may publish the configuration files like so:

php artisan vendor:publish --tag=imgs-config

A new file under config/imgs.php will be created. You may edit this file to configure Imgs.

Custom views

You may publish the imgs component like so:

php artisan vendor:publish --tag=imgs-views

A new file under resources/views/vendor/imgs/components/views/imgs.blade.php will be created. You may edit this file to overwrite the default component.