exolnet / laravel-image
Modules to have a generic service to store image in the file system and in the database.
dev-master
2024-03-28 14:22 UTC
Requires
- php: ^8.1
- laravel/framework: ^10.0|^11.0
Requires (Dev)
- mockery/mockery: ^1.5.1
- phpunit/phpunit: ^10.5
- squizlabs/php_codesniffer: ^3.6
This package is auto-updated.
Last update: 2024-10-28 15:29:18 UTC
README
Provide a generic service to store image in the file system and in the database.
Installation
Require this package with composer:
composer require eXolnet/laravel-image
Testing
To run the PHPUnit tests, please use:
$ composer test
Contributing
Please see CONTRIBUTING and CODE OF CONDUCT for details.
Security
If you discover any security related issues, please email security@exolnet.com instead of using the issue tracker.
Credits
License
This code is licensed under the MIT license. Please see the license file for more information.