Download the PHP package sergeymiracle/eloquent-uploadable without Composer
On this page you can find all versions of the php package sergeymiracle/eloquent-uploadable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sergeymiracle/eloquent-uploadable
More information about sergeymiracle/eloquent-uploadable
Files in sergeymiracle/eloquent-uploadable
Download sergeymiracle/eloquent-uploadable
More information about sergeymiracle/eloquent-uploadable
Files in sergeymiracle/eloquent-uploadable
Vendor sergeymiracle
Package eloquent-uploadable
Short Description A trait to automatically handle file uploads for Laravel models.
License MIT
Package eloquent-uploadable
Short Description A trait to automatically handle file uploads for Laravel models.
License MIT
Please rate this library. Is it a good library?
Informations about the package eloquent-uploadable
Eloquent Uploadable
A trait to automatically handle file uploads for Laravel Eloquent models.
Installation
composer require sergeymiracle/eloquent-uploadable
Example Usage
On saving array of files, a json encoded string saved in database.
Changelog
- 3.1.0 - added new config options for filename generation
- 3.0.0 - remove options - uploadables, use function getUploadableOptions() instead
- 2.0.0 - removed UtilsTrait.php and UploadableControllerTrait.php, UploadableFileHandler can be used instead, php 7.2
All versions of eloquent-uploadable with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
illuminate/support Version ^6.0|^7.0|^8.0
illuminate/filesystem Version ^6.0|^7.0|^8.0
illuminate/http Version ^6.0|^7.0|^8.0
illuminate/database Version ^6.0|^7.30.4|^8.0
illuminate/support Version ^6.0|^7.0|^8.0
illuminate/filesystem Version ^6.0|^7.0|^8.0
illuminate/http Version ^6.0|^7.0|^8.0
illuminate/database Version ^6.0|^7.30.4|^8.0
The package sergeymiracle/eloquent-uploadable contains the following files
Loading the files please wait ....