emtiazzahid / laravel-rat
A package to bulk image resize in a directory
v0.0.1
2022-04-23 17:46 UTC
Requires
- php: ^7.4|^8.0
- ext-gd: *
- intervention/image: dev-master
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
README
Resize all of your images in certain folder by CLI
Installation
You can install the package via composer:
composer require emtiazzahid/laravel-rat
Usage
php artisan rat:run
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email emtiazzahid@gmail.com instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.
TODO
- Image optimization
- Undo action
- Image resize with model iteration