I am totally newbie in Laravel - I am using since today.
I am using CRUDBooster to create form under my requirements, one of fields which I need is file field. So I add new field in module manager, type=filemanager. New field displays in form, but when I try choose files, I got error:
Whoops, looks like something went wrong.
BadMethodCallException in Controller.php line 82:
Method [allowMultiUser] does not exist.
Laravel: 5.3.2
Server: XAMPP/Apache2
via user3041764