Download the PHP package bildvitta/iss-upload without Composer
On this page you can find all versions of the php package bildvitta/iss-upload. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bildvitta/iss-upload
More information about bildvitta/iss-upload
Files in bildvitta/iss-upload
Package iss-upload
Short Description This is my package IssUpload
License MIT
Homepage https://github.com/bildvitta/iss-upload
Informations about the package iss-upload
This is my package IssUpload
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
If you want to change any settings, do so through your .env file.
It is mandatory to fill in AWS credential information.
Usage
The package already contains a {prefix}/upload-credentials
and {prefix}/upload
route by default.
Below is an example in cURL requesting the upload link to AWS.
`
Here is an example of an answer.
`
Custom routes
You may also want to have your own upload routes, one for each form for example
``
Using run time
It may also happen that you want to have the upload source at any time in the request time.
For any purpose you can use the code below which will have an array with the same content as the controller response
Feel free to use \Bildvitta\IssUpload\Http\Requests\UploadRequest
.
The dump returns something like this.
`
Testing
coming soon...
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- SOSTheBLack
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of iss-upload with dependencies
illuminate/contracts Version ^8.0|^9.0|^10.0|^11.0
league/flysystem-aws-s3-v3 Version ^1.0|^3.0
spatie/laravel-package-tools Version ^1.4.3