An open API service indexing awesome lists of open source software.

https://github.com/emtiazzahid/laravel-rat

Laravel rat is an package that resize bulk images in a directory
https://github.com/emtiazzahid/laravel-rat

laravel laravel-bulk-image-resize laravel-image-resizer

Last synced: 2 months ago
JSON representation

Laravel rat is an package that resize bulk images in a directory

Awesome Lists containing this project

README

        

# Laravel Rat :rat:

[![Latest Version on Packagist](https://img.shields.io/packagist/v/emtiazzahid/laravel-rat.svg?style=flat-square)](https://packagist.org/packages/emtiazzahid/laravel-rat)
[![Total Downloads](https://img.shields.io/packagist/dt/emtiazzahid/laravel-rat.svg?style=flat-square)](https://packagist.org/packages/emtiazzahid/laravel-rat)

Resize all of your images in certain folder by CLI

![screenshot1.png](screenshot1.png)
![screenshot2.png](screenshot2.png)

## Installation

You can install the package via composer:

```bash
composer require emtiazzahid/laravel-rat
```

## Usage

```bash
php artisan rat:run
```

### Testing

```bash
composer test
```

### Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

## TODO

- Image optimization
- Undo action
- Image resize with model iteration