riyantobudi / support
There is no license information available for the latest version (v1.0.0) of this package.
Package to support your web development
v1.0.0
2024-05-12 03:54 UTC
Requires
- illuminate/http: ^11.7
This package is not auto-updated.
Last update: 2025-07-21 08:02:09 UTC
README
Package to support your web development
Features
- Uploaded file validator
- Malicious content validator in zip files
- Explode array while clearing its contents
- And stay tuned for other interesting features
Installation
composer require riyantobudi/support
Usage
First of all, import the package first to use it
use Riyantobudi\Support\FileValidator;
then use the available functions, for example
FileValidator::validateFileEligibilityToUpload($fileObj, ['image'], true);
Thank you for using
Other interesting features will follow, stay tuned