Download the PHP package ahmadaldali/helper-files without Composer
On this page you can find all versions of the php package ahmadaldali/helper-files. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ahmadaldali/helper-files
More information about ahmadaldali/helper-files
Files in ahmadaldali/helper-files
Download ahmadaldali/helper-files
More information about ahmadaldali/helper-files
Files in ahmadaldali/helper-files
Vendor ahmadaldali
Package helper-files
Short Description Make dealing with Files easier
License MIT
Package helper-files
Short Description Make dealing with Files easier
License MIT
Please rate this library. Is it a good library?
Informations about the package helper-files
Files Helper
Make dealing with Files easier
Files Helper is a package that allows you to deal with files easier. It will contain some methods like:
- Upload a new file (image, video, txt, pdf, etc ..) / COMPLETED.
- Upload a new file (image, video, txt, pdf, etc ..) with determining the driver storage / COMPLETED.
- Remove a file.
Any Suggestion?
Installation
Install the package in your application.
Usage
- Upload File (Testing with local and public drivers) .\ You can upload your file, by passing it with the stored folder(s) name, and the disK.\ The disk or the storage driver is optional and the default driver is "local".
Notes
- The file will be stored in your_folder inside determined storage driver.
- your_folder maybe many sub folders, Ex: ahmad\sub_ahmad\images\png\
- If you would use public disk, don't forget to create symolink with public folder.
- full_stored_path = storage driver (disk) + stored_path.
- if it is uploaded successfully, you can see the result as follows, any failure happens you will get a null response.
Ex:
License
MIT
All versions of helper-files with dependencies
PHP Build Version
Package Version
No informations.
The package ahmadaldali/helper-files contains the following files
Loading the files please wait ....