gregbrown / thumbnailserver
Greg's first package
v0.9.5-beta
2021-07-26 12:57 UTC
Requires
- php: ^7.4 | 8.*
- illuminate/support: ^8.0
Requires (Dev)
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2024-10-26 20:26:50 UTC
README
Serve images when found, if not a placeholder.
Installation
You can install the package via composer:
composer require gregbrown/thumbnailserver
Usage
thumb($path,$type,$size) - path is the name of the image, type is something like campaign and size might be thumbs or 400x300_folder
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 greg@liuu.world instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.