Closed aemaddin closed 5 years ago
added the package to nova then put this at posts resources Filepond::make('Image') ->disk('public', 'posts') ->creationRules('required') ->withoutDoka(),
Filepond::make('Image') ->disk('public', 'posts') ->creationRules('required') ->withoutDoka(),
the result is keep loading forever
My Dev Env :-
Laravel 5.8.35 Nova 2.4.0 php 7.3.9
Hi @aemaddin , problem fixed on version v0.2.1
v0.2.1
👍
Many thanks.
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
My Dev Env :-
Laravel 5.8.35 Nova 2.4.0 php 7.3.9