Download the PHP package uploadforlaravel-admin/bigfile without Composer
On this page you can find all versions of the php package uploadforlaravel-admin/bigfile. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download uploadforlaravel-admin/bigfile
More information about uploadforlaravel-admin/bigfile
Files in uploadforlaravel-admin/bigfile
Download uploadforlaravel-admin/bigfile
More information about uploadforlaravel-admin/bigfile
Files in uploadforlaravel-admin/bigfile
Vendor uploadforlaravel-admin
Package bigfile
Short Description description...
License MIT
Homepage https://github.com/laravel-admin-ext/bigfile
Package bigfile
Short Description description...
License MIT
Homepage https://github.com/laravel-admin-ext/bigfile
Keywords extensionlaravel-admin
Please rate this library. Is it a good library?
Informations about the package bigfile
Requirements
laravel-admin >= 1.6
Installation
composer require uploadforlaravel-admin/bigfile
php artisan vendor:publish --tag=laravel-admin-bigfile
Configurations
configuration file: config/admin.php
'extensions' => [
'bigfile' => [
// Set to false if you want to disable this extension
'enable' => true,
// If you want to set an alias for the calling method
//'alias' => 'markdown',
// Editor configuration
'config' => [
//file Host
'host'=> 'http://www.baidu.cn/'
'prefix'=> 'file'
]
]
],`
Use
$form->bigfile('field_name')->options(['chunk_size'=> 3 * 1024 * 1024 ,'max_size'=> 5 * 1024 * 1024,'ext'=> ['exe']]);
All versions of bigfile with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
encore/laravel-admin Version ~1.6
zgldh/qiniu-laravel-storage Version ^0.10.4
encore/laravel-admin Version ~1.6
zgldh/qiniu-laravel-storage Version ^0.10.4
The package uploadforlaravel-admin/bigfile contains the following files
Loading the files please wait ....