PHPackages                             dbt/laravel-filepond - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [File &amp; Storage](/categories/file-storage)
4. /
5. dbt/laravel-filepond

ActivePackage[File &amp; Storage](/categories/file-storage)

dbt/laravel-filepond
====================

Filepond server implementation for Laravel

v0.1.1(5y ago)1200[1 issues](https://github.com/DeBoerTool/laravel-filepond/issues)MITPHPPHP ^7.2

Since Sep 18Pushed 5y ago2 watchersCompare

[ Source](https://github.com/DeBoerTool/laravel-filepond)[ Packagist](https://packagist.org/packages/dbt/laravel-filepond)[ Docs](https://github.com/dbt/laravel-filepond)[ RSS](/packages/dbt-laravel-filepond/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (8)Versions (3)Used By (0)

Laravel Filepond
================

[](#laravel-filepond)

This package provides Laravel backend implementation of filepond.

Requirements
------------

[](#requirements)

This LaravelFilepond package requires PHP 7.2+ and Laravel 5.8+

Installation
------------

[](#installation)

LaravelFilepond can be installed via composer

```
composer require dbt/laravel-filepond
```

This package will automatically register a service provider.

You can optionally publish the config file

```
php artisan vendor:publish --provider="Dbt\LaravelFilepond\LaravelFilepondServiceProvider" --tag="config"
```

This is the default content of the file

```
