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
- Host: GitHub
- URL: https://github.com/emtiazzahid/laravel-rat
- Owner: emtiazzahid
- License: mit
- Created: 2022-04-22T17:17:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-24T08:51:17.000Z (about 3 years ago)
- Last Synced: 2025-02-13T11:55:20.560Z (4 months ago)
- Topics: laravel, laravel-bulk-image-resize, laravel-image-resizer
- Language: PHP
- Homepage:
- Size: 144 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Rat :rat:
[](https://packagist.org/packages/emtiazzahid/laravel-rat)
[](https://packagist.org/packages/emtiazzahid/laravel-rat)Resize all of your images in certain folder by CLI

## 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