semmelsamu / imgs
Image optimizing library
dev-main
2026-03-29 21:43 UTC
Requires
- php: ^8.3
- illuminate/support: ^13.0
- intervention/image: ^4.0
- intervention/image-laravel: ^4.0
Requires (Dev)
- laravel/pint: ^1.29
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.