Download the PHP package feugene/laravel-files without Composer
On this page you can find all versions of the php package feugene/laravel-files. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-files
Information
Add-on file model for Laravel models. Implements work with native files.
Install
composer require feugene/laravel-files
Examples
-
Add ServiceProvider into your app:
config/app.php
(section:providers
)or if Laravel >= 5.7 - use service discover.
- Run
php artisan migrate
for add table for file
File upload
Only simple upload:
Upload with wrapped file to model via after actions:
Upload with wrapped file to custom model and custom path:
Relations and image operations
All versions of laravel-files with dependencies
PHP Build Version
Package Version
Requires
php Version
>7.1.3
illuminate/database Version >=5.6.0 <5.8.0
ramsey/uuid Version ^3.8
symfony/http-foundation Version ~4
efureev/support Version ^1.2
gumlet/php-image-resize Version ^1.9
ext-gd Version *
ext-fileinfo Version *
illuminate/database Version >=5.6.0 <5.8.0
ramsey/uuid Version ^3.8
symfony/http-foundation Version ~4
efureev/support Version ^1.2
gumlet/php-image-resize Version ^1.9
ext-gd Version *
ext-fileinfo Version *
The package feugene/laravel-files contains the following files
Loading the files please wait ....