dcasia / nova-filepond

A Nova field for uploading File, Image and Video using Filepond.
MIT License
49 stars 28 forks source link

keep loading... #1

Closed aemaddin closed 5 years ago

aemaddin commented 5 years ago

added the package to nova then put this at posts resources Filepond::make('Image') ->disk('public', 'posts') ->creationRules('required') ->withoutDoka(),

the result is keep loading forever

Screen Shot 2019-10-03 at 11 38 05 AM

My Dev Env :-

Laravel 5.8.35 Nova 2.4.0 php 7.3.9

milewski commented 5 years ago

Hi @aemaddin , problem fixed on version v0.2.1

aemaddin commented 5 years ago

👍

Many thanks.