Download the PHP package zipferot3000/laravel-filepond-adapter without Composer
On this page you can find all versions of the php package zipferot3000/laravel-filepond-adapter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zipferot3000/laravel-filepond-adapter
More information about zipferot3000/laravel-filepond-adapter
Files in zipferot3000/laravel-filepond-adapter
Package laravel-filepond-adapter
Short Description Laravel adapter for filepond uploading.
License MIT
Informations about the package laravel-filepond-adapter
Laravel Filepond Adapter
This package make adapter from filepond to laravel with spatie/laravel-medialibrary.
Installation
Automatic clean
For automatic clean temporary files add command to App\Console\Kernel.php
.
This command remove all files oldest of 5 hours.
Configure filepond server object
After load page
Set laravel routes
Or use helper in your controllers
-
To load file locally
-
To store file to temporary folder (second parameter must implement HasMedia interface)
- To revert upload file (second parameter must implement HasMedia interface)
Other helper commands
-
To convert media object to filepond images
- To move media from temporary to new model ($from and $to parameter must implement HasMedia interface)
Package configuration
You can override the default options. First publish the configuration:
This will copy the default config to config/fp_adapter.php
where you can edit it.
License
The MIT License (MIT). Please see License File for more information.